mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-28 17:46:16 +01:00
implementing zxcvbn in reset-code tpl, re: #6400
This commit is contained in:
@@ -50,6 +50,7 @@ Controllers.reset = function (req, res, next) {
|
||||
displayExpiryNotice: req.session.passwordExpired,
|
||||
code: req.params.code,
|
||||
minimumPasswordLength: parseInt(meta.config.minimumPasswordLength, 10),
|
||||
minimumPasswordStrength: parseInt(meta.config.minimumPasswordStrength, 10),
|
||||
breadcrumbs: helpers.buildBreadcrumbs([
|
||||
{
|
||||
text: '[[reset_password:reset_password]]',
|
||||
|
||||
Reference in New Issue
Block a user