mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-09-09 19:38:57 +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
|
- passwordExpiration: number of days after password expires
|
||||||
- passwordHistory: number of remembered passwords
|
- passwordHistory: number of remembered passwords
|
||||||
- passwordStrengthAlgorithm: algorithm used to calculate password strenght (simple or advanced)
|
- passwordStrengthAlgorithm: algorithm used to calculate password strenght (simple or advanced)
|
||||||
|
- encryptionKey: arbitrary string used for creating identifiers
|
||||||
-->
|
-->
|
||||||
<authentication
|
<authentication
|
||||||
enableGuestLogin = "false"
|
enableGuestLogin = "false"
|
||||||
|
@ -102,6 +103,7 @@
|
||||||
passwordHistory="0"
|
passwordHistory="0"
|
||||||
passwordStrengthAlgorithm="simple"
|
passwordStrengthAlgorithm="simple"
|
||||||
loginFailure="0"
|
loginFailure="0"
|
||||||
|
encryptionKey=""
|
||||||
>
|
>
|
||||||
<connectors>
|
<connectors>
|
||||||
<!-- ***** CONNECTOR LDAP *****
|
<!-- ***** CONNECTOR LDAP *****
|
||||||
|
|
Loading…
Reference in New Issue
Block a user