diff --git a/src/user/approval.js b/src/user/approval.js index e74dee6649..3a0a07691c 100644 --- a/src/user/approval.js +++ b/src/user/approval.js @@ -48,7 +48,7 @@ module.exports = function(User) { notifications.create({ bodyShort: '[[notifications:new_register, ' + username + ']]', nid: 'new_register:' + username, - path: '/admin/manage/users/registration' + path: '/admin/manage/registration' }, function(err, notification) { if (err) { return callback(err);