Ignore:
Timestamp:
10/26/11 08:59:42 (13 years ago)
Author:
brunocosta
Message:

Ticket #2299 - Trata o erro 53 do LDAP na autenticação do usuário.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/phpgwapi/templates/default/login_default.php

    r5010 r5118  
    3131                                return '<font color="FF0000">' . lang('Your password has expired, and you do not have access to change it') . '</font>'; 
    3232                                 
    33                         case 98: 
     33                        case 97: 
     34                                return '<font color="FF0000">' . lang('Account blocked, please contact the system administrator.') . '</font>'; 
     35                        case 98: 
    3436                                return '<font color="FF0000">' . lang('Account is expired') . '</font>'; 
    3537                                 
Note: See TracChangeset for help on using the changeset viewer.