stable

Clone or download

Read-only

request #8309: Get rid of PrototypeJS (Check Password)

(Fix also request #8362: Check password is broken when user wants to change it) Convert check password code to be jQuery compatible. Bonus side: * We don't rely anymore on a php script to provide this javascript code. * Fix bug on IE9 when using backspace (password checker was not able to take in account this event) This should not break: - user registration (even when platform access = anonymous) - admin user registration - user changing her password - admin changing user password Change-Id: Ic2779a69fe52906ec06b34ac0aad6b3839015e49

Modified Files

Name
M site-content/en_US/account/account.tab +1 −1 Go to diff View file
M site-content/fr_FR/account/account.tab +2 −2 Go to diff View file
M src/common/account/RegisterPresenter.class.php +4 −0 Go to diff View file
M src/common/include/URLVerification.class.php +0 −1 Go to diff View file
M src/templates/account/register-choose-password.mustache +1 −1 Go to diff View file
M src/www/account/change_pw.php +1 −1 Go to diff View file
M src/www/account/register.php +1 −1 Go to diff View file
M src/www/admin/user_changepw.php +1 −1 Go to diff View file
M src/www/include/user.php +4 −2 Go to diff View file
A src/www/scripts/check_pw.js +77 −0 Go to diff View file
D src/www/scripts/check_pw.js.php +0 −70 Go to diff View file
M src/www/scripts/register.js +5 −0 Go to diff View file
M src/www/themes/common/css/utils/register.less +4 −0 Go to diff View file
M tests/simpletest/common/include/URLVerificationTest.php +0 −1 Go to diff View file