mirror of
https://github.com/silentsakky/zarafa-webapp-passwd
synced 2026-08-03 05:51:42 +02:00
add remaining files
This commit is contained in:
parent
72304986fc
commit
a47e773cfd
6 changed files with 274 additions and 3 deletions
|
|
@ -203,7 +203,6 @@ class PasswdModule extends Module
|
|||
*/
|
||||
public function checkPasswordStrenth($password)
|
||||
{
|
||||
return true;
|
||||
// @FIXME should be moved to client side
|
||||
if (preg_match("#.*^(?=.{8,20})(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9]).*$#", $password)) {
|
||||
return true;
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* Allows to change user password from webapp.
|
||||
*
|
||||
* Author: Saket patel <s.patel@zarafa.com>
|
||||
* Author: Saket patel <silentsakky@gmail.com>
|
||||
*/
|
||||
|
||||
class Pluginpasswd extends Plugin {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue