mirror of
https://github.com/silentsakky/zarafa-webapp-passwd
synced 2026-08-03 22:12:48 +02:00
- move password checking to client side
- add flag to enable/disable strict password checking - use entryptionstore to store/retrieve passwords - remove builds directory, we will be maintaining builds using release versions - update documentation
This commit is contained in:
parent
3cafedcf3a
commit
a9549464e9
13 changed files with 103 additions and 126 deletions
|
|
@ -2,7 +2,10 @@
|
|||
/** Enable the passwd plugin for all clients **/
|
||||
define('PLUGIN_PASSWD_USER_DEFAULT_ENABLE', false);
|
||||
|
||||
/** Define zarafa installtion uses LDAP **/
|
||||
/** Enable the passwd plugin for all clients **/
|
||||
define('PLUGIN_PASSWD_STRICT_CHECK_ENABLE', true);
|
||||
|
||||
/** Define passwd plugin installation uses LDAP **/
|
||||
define('PLUGIN_PASSWD_LDAP', false);
|
||||
|
||||
/** Base DN to access LDAP users **/
|
||||
|
|
@ -23,4 +26,4 @@ define('PLUGIN_PASSWD_LDAP_BIND_PW', "");
|
|||
/** Set to true if you login with username@tenantname **/
|
||||
define('PLUGIN_PASSWD_LOGIN_WITH_TENANT', false);
|
||||
|
||||
?>
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue