Skip to content

Commit

Permalink
Doc for expiration date (ltb-project#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
coudot committed Oct 28, 2020
1 parent 1a9b335 commit 71cc7da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/display-parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ Configure which items are displayed:
$display_password_items = array('pwdchangedtime', 'pwdreset', 'pwdaccountlockedtime', 'pwdfailuretime','pwdpolicysubentry', 'authtimestamp', 'created', 'modified');
You can also display the password expiration date in this panel by enabling this option:

.. code-block:: php
$display_password_expiration_date = true;

0 comments on commit 71cc7da

Please sign in to comment.