diff --git a/controllers/user.js b/controllers/user.js index 9938566b00..9f3e25e8d5 100644 --- a/controllers/user.js +++ b/controllers/user.js @@ -154,25 +154,6 @@ exports.postSignup = function(req, res) { }); }; -/** - * POST /signup/available - * Checks if current username is available - */ -exports.postAvailability = function(req, res) { - User.findOne({ username: req.body.username }, function(err, user) { - if (user) { - // unavailable - // has-error - return; - } else { - // username is available - // has-success - return; - } - }); -}; - - /** * GET /account/unlink/:provider */ diff --git a/public/img/01.jpg b/public/img/01.jpg deleted file mode 100755 index 6c1db04ff5..0000000000 Binary files a/public/img/01.jpg and /dev/null differ diff --git a/public/img/06.jpg b/public/img/06.jpg deleted file mode 100755 index 31724f4621..0000000000 Binary files a/public/img/06.jpg and /dev/null differ diff --git a/public/img/checkmark.png b/public/img/checkmark.png deleted file mode 100644 index 665db2f2de..0000000000 Binary files a/public/img/checkmark.png and /dev/null differ diff --git a/public/img/checkmark@2x.png b/public/img/checkmark@2x.png deleted file mode 100644 index 8ad2d0baae..0000000000 Binary files a/public/img/checkmark@2x.png and /dev/null differ diff --git a/views/signup.jade b/views/signup.jade index 0fd4f04522..07d9493fc5 100644 --- a/views/signup.jade +++ b/views/signup.jade @@ -12,7 +12,6 @@ block content label.col-sm-3.control-label(for='username') Email .col-sm-7 input.form-control(type='email', name='username', id='username', placeholder='Email', autofocus='') - span.input-icon.fui-check-inverted .form-group label.col-sm-3.control-label(for='username') Password .col-sm-7