Ghost/ghost/admin/app/routes
Aileen Nowak 8f2dc2ff02 Match client-side password validation to new server-side rules (#899)
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
2017-10-26 11:02:17 +01:00
..
editor Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
settings 🎨 Added confirmation dialog when leaving settings screen with unsaved changes (#871) 2017-10-04 11:49:30 +01:00
setup Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
subscribers Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
team 🐛 fixed active users list not showing more than 20 users (#806) 2017-07-31 17:10:52 +04:00
about.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
application.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
authenticated.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
error404.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
posts.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
reset.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
setup.js Removed defunct Ghost OAuth code (#848) 2017-09-04 21:17:04 +02:00
signin.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
signout.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
signup.js Match client-side password validation to new server-side rules (#899) 2017-10-26 11:02:17 +01:00
subscribers.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00