-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New option to hide account lock status panel
- Loading branch information
Showing
6 changed files
with
29 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,35 @@ | ||
Lock account | ||
============ | ||
|
||
Show lock status | ||
---------------- | ||
|
||
If password policy allows to lock an account, Service Desk will display if account is locked or not. | ||
|
||
This panel can be hidden by configuration: | ||
|
||
.. code-block:: php | ||
$show_lockstatus = false; | ||
Lock account | ||
------------ | ||
|
||
This feature allows to lock the account permanently. The button is only displayed if the account is not locked. | ||
|
||
To enable this feature: | ||
|
||
.. code-block:: php | ||
$use_lockaccount = true; | ||
Unlock account | ||
-------------- | ||
|
||
This feature allows to unlock the account. It is only displayed if the account is already locked. | ||
|
||
To enable this feature: | ||
|
||
.. code-block:: php | ||
$use_unlockaccount = true; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters