Changeset 18390


Ignore:
Timestamp:
Oct 1, 2012, 12:36:05 AM (12 years ago)
Author:
LucMorizur
Message:

Apply revision 18389 (create tag 2.2.3 for correction of bug:2757) to trunk

Location:
extensions/LCAS/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/LCAS/trunk/language/en_UK/help.lang.php

    r13246 r18390  
    1818$lang['LCAS_userlistTitle'] = 'User verification';
    1919$lang['LCAS_userlistTitle_d'] = 'This page shows the users who should be modified to enable this option.<br><br>
    20 If two users are already registered, for example, <em>Test</em> and <em>test</em>, and the option for case insensitivity is checked, they can no longer connect properly.<br>
     20If two users are already registered, for example, <em>Test</em> and <em>test</em>, and the option for case insensitivity is checked, these users will not take advantage of LCAS, and adding user <em>TEST</em> will be impossible.<br>
    2121You have to change one of these users and, optionaly, prevent him by using the link to send an email.';
    2222
  • extensions/LCAS/trunk/language/fr_FR/help.lang.php

    r13246 r18390  
    1818$lang['LCAS_userlistTitle'] = 'Vérification des utilisateurs';
    1919$lang['LCAS_userlistTitle_d'] = 'Cette page affiche les utilisateurs qui doivent être modifiés afin d\'activer cette option.<br><br>
    20 Si deux utilisateurs sont déjà enregistrés, par exemple, <em>Test</em> et <em>test</em>, et que l\'option pour l\'insensibilité à la casse est cochée, ils ne pourront plus se connecter correctement.<br>
     20Si deux utilisateurs sont déjà enregistrés, par exemple, <em>Test</em> et <em>test</em>, et que l\'option pour l\'insensibilité à la casse est cochée, ils ne bénéficierons pas de l\'insensibilité à la casse et l\'ajout de l\'utilisateur <em>TEST</em> sera impossible.<br>
    2121Vous devez modifier l\'un des deux utilisateurs et éventuellement le prévenir avec le lien pour envoyer un email.';
    2222
  • extensions/LCAS/trunk/main.inc.php

    r10712 r18390  
    157157   $NewPostLogin = LCAS_SearchCaseUsername($_POST['login'], $conf_LCAS[0]);
    158158 
    159   if (isset($NewPostLogin) and get_userid($NewPostLogin))
     159  if (isset($NewPostLogin) and get_userid($NewPostLogin) and (intval($conf_LCAS[0]) != 0))
    160160   $errors[] = $lang['LCAS_error'][intval($conf_LCAS[0])];
    161161 
Note: See TracChangeset for help on using the changeset viewer.