mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 13:54:35 +03:00
8f2dc2ff02
refs TryGhost/Ghost#9150 - added a new validator for password validations that will take care of the rules client side - Passwort rules added: - Disallow obviously bad passwords: 1234567890, qwertyuiop, asdfghjkl; and asdfghjklm - Disallow passwords that contain the words "password" or "ghost" - Disallow passwords that match the user's email address - Disallow passwords that match the blog domain or blog title - Disallow passwords that include 50% or more of the same characters: 'aaaaaaaaaa', '1111111111' and 'ababababab' for example. - When changing the own password, the old password is not affected by the new validations - Validation are running on - setup - signup - password change in Team - User (only new passwords are validated) - passwort reset |
||
---|---|---|
.. | ||
editor | ||
settings | ||
setup | ||
subscribers | ||
team | ||
about.js | ||
application.js | ||
authenticated.js | ||
error404.js | ||
posts.js | ||
reset.js | ||
setup.js | ||
signin.js | ||
signout.js | ||
signup.js | ||
subscribers.js |