mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 06:27:15 +00:00
- added encryption key
This commit is contained in:
parent
f14c15ee50
commit
1ce0bcc831
|
@ -90,6 +90,7 @@
|
|||
- passwordExpiration: number of days after password expires
|
||||
- passwordHistory: number of remembered passwords
|
||||
- passwordStrengthAlgorithm: algorithm used to calculate password strenght (simple or advanced)
|
||||
- encryptionKey: arbitrary string used for creating identifiers
|
||||
-->
|
||||
<authentication
|
||||
enableGuestLogin = "false"
|
||||
|
@ -102,6 +103,7 @@
|
|||
passwordHistory="0"
|
||||
passwordStrengthAlgorithm="simple"
|
||||
loginFailure="0"
|
||||
encryptionKey=""
|
||||
>
|
||||
<connectors>
|
||||
<!-- ***** CONNECTOR LDAP *****
|
||||
|
|
Loading…
Reference in New Issue
Block a user