Skip to content

Commit

Permalink
Update lang/fr.inc.php, docs/checkpassword.rst, add note about compat…
Browse files Browse the repository at this point in the history
…ibility (#126)
  • Loading branch information
coudot authored and David Coutadeur committed Oct 17, 2024
1 parent 1532815 commit 30e4e06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/checkpassword.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ To enable this feature:
Check password history
----------------------

The password history can be checked by enabling this feature.
When verifying the password, Service Desk can parse the password history to check if the current is part of it. This can be useful to tell a user that the password was working before but has been changed since.

To enable this feature:

.. code-block:: php
$use_checkpasswordhistory = true;
$use_checkpasswordhistory = true;
.. tip:: This feature only works with OpenLDAP.
2 changes: 1 addition & 1 deletion lang/fr.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
$messages['passwordinvalid'] = "Authentification en échec";
$messages['passwordok'] = "Authentification réussie !";
$messages['passwordrefused'] = "Le mot de passe a été refusé";
$messages['passwordinhistory'] = "Mot de passe déjà dans l'histoire";
$messages['passwordinhistory'] = "Mot de passe déjà dans l'historique";
$messages['passwordrequired'] = "Merci de saisir le mot de passe";
$messages['resetpassword'] = "Réinitialisation du mot de passe";
$messages['search'] = "Rechercher";
Expand Down

0 comments on commit 30e4e06

Please sign in to comment.