little corrections

pull/5468/head
Zbigniew Szmyd 8 years ago
parent c665b5c607
commit 5266c89da9

@ -33,6 +33,6 @@ $messages['firstloginchange'] = 'This is your first login. Please change your pa
$messages['disablednotice'] = 'The system is currently under maintenance and password change is not possible at the moment. Everything should be back to normal soon. We apologise for any inconvenience.';
$messages['passwdinhistory'] = 'This password has already been used previously';
$messages['samepass'] = 'New password have to be different from the old one';
$messages['passexpirewarning'] = 'Warning! \nYour password will expire soon, change it before';
$messages['passexpirewarning'] = 'Warning! Your password will expire soon, change it before';
$messages['passexpired'] = 'Your password has expired, you have to change it now !';

@ -37,6 +37,6 @@ $messages['firstloginchange'] = 'This is your first login. Please change your pa
$messages['disablednotice'] = 'The system is currently under maintenance and password change is not possible at the moment. Everything should be back to normal soon. We apologize for any inconvenience.';
$messages['passwinhistory'] = 'This password has already been used previously';
$messages['samepass'] = 'New password have to be different from the old one';
$messages['passexpirewarning'] = 'Warning! \nYour password will expire soon, change it before';
$messages['passexpirewarning'] = 'Warning! Your password will expire soon, change it before';
$messages['passexpired'] = 'Your password has expired, you have to change it now !';

@ -33,5 +33,5 @@ $messages['firstloginchange'] = 'To jest twoje pierwsze logowanie. Proszę zmie
$messages['disablednotice'] = 'System jest w trakcie konserwacji i zmiana hasła w tym momencie nie jest możliwa. Wszystko powinno wrócić do normy w niedługim czasie. Przepraszamy za wszelkie niedogodności';
$messages['passwdinhistory'] = 'To hasło było już użyte poprzednio.';
$messages['samepass'] = 'Nowe hasło musi być inne niż obecne.';
$messages['passexpirewarning'] = 'UWAGA! \nTwoje hasło niebawem wygaśnie, zmień je przed';
$messages['passexpirewarning'] = 'UWAGA! Twoje hasło niebawem wygaśnie, zmień je przed';
$messages['passexpired'] = 'Twoje hasło wygasło, musisz je natychmiast zmienić !';

@ -4,7 +4,7 @@
$config['ppolicy_checker_debug'] = false;
// LDAP URI to connect to LDAP servers
$config['ppolicy_checker_uri'] = 'ldaps://ldap2.example.com:636/ ldap://ldap.example.com';
$config['ppolicy_checker_uri'] = 'ldaps://ldap2.example.com/ ldap://ldap.example.com';
// LDAP base DN
$config['ppolicy_checker_basedn'] = 'dc=example,dc=com';

Loading…
Cancel
Save