Re: BP Xtra Signup Version 1.4
Just been having a play around, although can’t yet see an approach to change the mismatch notice when > 0 characters I did add in a stronger warning on username password matches.
I changed //password1 == username to return ‘badPassUsername’ leaving ‘badPass’ to work for the score < 40
Added a new var badPassUsername = 6
added new ‘case 6’ to the switch and made relevant adjustments to the var pwsL10n in bpxs-core.php
so now on my copy a username == password1 match informs the user the password is insecure as username matches password, that’s the polite version anyway
What I wanted to work further on is to then halt the process until user had made a change as at the minute despite the warning the registration will still submit that numpty password.