Ignore:
Timestamp:
Jun 1, 2009, 10:40:57 PM (15 years ago)
Author:
Eric
Message:

V2.10.9 :
Bug fixed - Missing english translation
Bug fixed - Notice on forbidden characters function use
Bug fixed - Audit on forbidden characters in username didn't work
Adding of email provider exclusion (like *@hotmail.com) - Warning ! -> Known bug : This feature doesn't work on user profile page. So, already registered users can change their email address to a forbidden one. If someone has a solution...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/language/en_UK/plugin.lang.php

    r3352 r3385  
    4141$lang['UserAdvManager_No_Comment_Anonymous_true'] = ' The author field have to be filled to send a comment.';
    4242$lang['UserAdvManager_No_Comment_Anonymous_false'] = ' Use the default Piwigo settings on comments sending.';
     43$lang['UserAdvManager_MailExclusion'] = 'Email provider exclusion';
     44$lang['UserAdvManager_MailExclusion_true'] = ' Set the email provider exclusion ON (i.e. : @hotmail.* or @msn.*)';
     45$lang['UserAdvManager_MailExclusion_false'] = ' Set the email provider exclusion OFF.';
     46$lang['UserAdvManager_MailExclusion_List'] = ' If email provider exclusion is set to ON, fill the email domains to exclude below. You have to use the following format :<br/>@[domaine_name].[domaine_extension] - Example : @hotmail.com<br/>Seperate the different domains with a comma (,)<br/>';
     47
     48$lang['audit'] = 'Audit';
     49$lang['submit'] = 'Submit';
    4350
    4451$lang['Err_audit_no_casse'] = '<b>These accounts are identical to the case closely :</b> ';
    4552$lang['Err_audit_username_char'] = '<b>This account uses one or more forbidden characters :</b> ';
     53$lang['Err_audit_email_forbidden'] = '<b>This account uses a forbidden email provider :</b> ';
    4654$lang['Err_audit_advise'] = '<b>you make a correction to comply with new rules that you have activated.<br>use a utility géstion database to correct user accounts directly in the table ### _USERS';
    4755$lang['UserAdvManager_audit_ok'] = 'Audit OK';
     
    5260if ( isset($conf_UserAdvManager[1]) and $conf_UserAdvManager[1] == 'true' )
    5361  $lang['reg_err_login5'] = 'user name is already taken, attention name is insensitive (Shift = Tiny).';
     62$lang['reg_err_login6'] = 'Username does not contain the following characters: ';
     63$lang['reg_err_login7'] = 'Your email provider is banned for registration. Banned email providers are: ';
    5464
    5565$lang['invalid_pwd'] = 'User name or password invalid !';
Note: See TracChangeset for help on using the changeset viewer.