Notifications
Clear all

_PWDREQUIRED missing from en.php (3.5.1)

6 Posts
3 Users
0 Likes
3,854 Views
(@lyndsie)
Posts: 1262
Member Moderator
Topic starter
 

Small thing. _PWDREQUIRED is missing from en.php. When a user attempts to register without inputting a password, they see this: _PWDREQUIRED Please try again.

It comes from this line of user/editbio.php:


else if($pwdsetting && empty($_POST['password'])) $output .= write_error(_PWDREQUIRED."  "._TRYAGAIN);

Suggested fix:
Add the following around line 308, in the "User - Edit Bio/Registration" area:


define ("_PWDREQUIRED", "A password is required.");
 
Posted : 28/05/2009 6:10 am
(@tammy)
Posts: 2577
Member Moderator
 

Thanks for the catch.  This will be in the next update.

 
Posted : 20/06/2009 2:11 am
Jan_AQ
(@jan_aq)
Posts: 1300
Noble Member
 

Lyndsie or someone with the proper archive registration settings, please give us an update on this issue. Thank you! πŸ™‚

Whoever said nothing is impossible never tried slamming a revolving door.

url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word

 
Posted : 23/11/2009 8:16 pm
(@lyndsie)
Posts: 1262
Member Moderator
Topic starter
 

Ask Tammy, but I assume it wouldn't be released until the next version since it was found in the current one. : )

 
Posted : 23/11/2009 10:15 pm
Jan_AQ
(@jan_aq)
Posts: 1300
Noble Member
 

Someone please update as to whether or not this has been fixed (newest SVN files) by testing on their archive. Thank you!

Whoever said nothing is impossible never tried slamming a revolving door.

url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word

 
Posted : 04/10/2010 3:33 am
(@lyndsie)
Posts: 1262
Member Moderator
Topic starter
 

It's fixed, as of 3.5.3, possibly earlier.

 
Posted : 24/02/2011 10:17 pm
Share: