View Thread
Wrong translation, better translation, help with translation.
[Fix] password contains invalid characters!
|
|
Fusioneer |
Posted on 20-09-2014 13:14
|
Super Admin Posts: 64 Joined: 20-10-2011 |
Several times I have been contacted by people with trouble entering a valid password upon registration. They would get an error like this: "Password is too short or contains invalid characters!" I carefully looked at the corresponding function in PasswordAuth.class.php:
But could not find anything wrong. Then I looked at the translation in the locale files and here is the culprit. The \ (backslash) is presented as a valid character in a password, but it is NOT. In user_fields.php change:
to (note the misplaced \ (backslash) here)
The \ (backslash) is used to escape some special characters in a preg_match function. Apparently this is a typo in the locale file and need to be fixed in order to ensure smooth registration of new users. Now they get frustrated and leave your site. Warning about ParkingCrew.com! Case: ParkingCrew.com acquires NameDrive.com but earnings are not transferred despite assurances and promises. Inquiries about this are ignored! It's just a con compagny. Don't do business with them!
|
|
Jump to Forum |
Gebruik BBcode of HTML om naar; '[Fix] password contains invalid characters!', te verwijzen!
BBcode: | |
HTML: |
Vergelijkbare onderwerpen
Subject | Discussion Forum | Last Post | |
---|---|---|---|
Fixing special characters in sendmail_include.php | Modifications to sendmail_include.php | : 3 | 12-11-2014 |