From eb288c5ce2a770ea1c049d5cd56cf936401c146d Mon Sep 17 00:00:00 2001 From: eldadfux Date: Wed, 23 Oct 2019 19:08:00 +0300 Subject: [PATCH] Password need to be at least 6 chars --- app/views/console/users/index.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/console/users/index.phtml b/app/views/console/users/index.phtml index 2b4fcea50a..221ab0e05f 100644 --- a/app/views/console/users/index.phtml +++ b/app/views/console/users/index.phtml @@ -36,7 +36,7 @@ $providers = $this->getParam('providers', []); - +