Can anyone help me?
I want do disable the Password Generator.
I tried to change ajaxreg_uncompressed.js to
Code:
// box_PasswordConfirm.after('');
When I click into first Password field, fill in my password and go to the confirm field I think it isn't good to show an error still before i have inserted the confirmed password.
I tried to change ajaxreg_uncompressed.js to
Code:
//box_Password.bind("keypress", clearPasswordsMarks);
but it still doesn't work
thanks