Skip to content

Commit

Permalink
add documentation for prehook / posthook in custompwdfield (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coutadeur committed Apr 16, 2024
1 parent 484ab22 commit 77a8318
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/config_custompwdfield.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,18 @@ Possible configuration keys
* - ``pwd_policy_config``
- Array containing additional password policies for each custom password field. see below
- same as for the main password
* - ``prehook``
- path to a script called before password change
- none
* - ``prehook_password_encodebase64``
- boolean. Does the password needs to be base64 encoded before sent to prehook script?
- none
* - ``posthook``
- path to a script called after password change
- none
* - ``posthook_password_encodebase64``
- boolean. Does the password needs to be base64 encoded before sent to posthook script?
- none

.. list-table:: pwd_policy_config array keys
:widths: 50 50
Expand Down

0 comments on commit 77a8318

Please sign in to comment.