Ghost/ghost/admin/tests/acceptance
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
..
settings 🎨 Added confirmation dialog when leaving settings screen with unsaved changes (#871) 2017-10-04 11:49:30 +01:00
authentication-test.js Fix Ember deprecations and warnings (#895) 2017-10-13 16:39:49 +07:00
content-test.js
custom-post-templates-test.js Custom Post Templates UI (#878) 2017-10-10 14:26:19 +02:00
editor-test.js
error-handling-test.js
ghost-desktop-test.js
password-reset-test.js
setup-test.js Match client-side password validation to new server-side rules (#899) 2017-10-26 11:02:17 +01:00
signin-test.js Match client-side password validation to new server-side rules (#899) 2017-10-26 11:02:17 +01:00
signup-test.js Match client-side password validation to new server-side rules (#899) 2017-10-26 11:02:17 +01:00
subscribers-test.js
team-test.js Match client-side password validation to new server-side rules (#899) 2017-10-26 11:02:17 +01:00