Added 'altcha' captcha system for account and channel creation.
This commit is contained in:
parent
60801f0dc2
commit
e0f53df176
20 changed files with 326 additions and 55 deletions
|
|
@ -34,8 +34,9 @@ router.post('/login', accountValidator.user(), accountValidator.pass(), loginCon
|
|||
|
||||
router.get('/logout', logoutController.get);
|
||||
|
||||
|
||||
router.post('/register', accountValidator.user(),
|
||||
accountValidator.pass(),
|
||||
accountValidator.securePass(),
|
||||
accountValidator.pass('passConfirm'),
|
||||
accountValidator.email(), registerController.post);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue