mirror of
https://github.com/silentsakky/zarafa-webapp-passwd
synced 2026-07-28 02:51: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
|
|
@ -43,9 +43,9 @@ class Pluginpasswd extends Plugin {
|
|||
'v1' => Array(
|
||||
'plugins' => Array(
|
||||
'passwd' => Array(
|
||||
'enable' => PLUGIN_PASSWD_USER_DEFAULT_ENABLE,
|
||||
'enable' => PLUGIN_PASSWD_USER_DEFAULT_ENABLE,
|
||||
'enable_strict_check' => PLUGIN_PASSWD_STRICT_CHECK_ENABLE,
|
||||
)
|
||||
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue