From e4406741283856a3fa9b4dc82cee1f5d4a4b10a1 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 5 Jan 2026 12:26:02 +0100 Subject: [PATCH] do not require password field --- views/bootstrap/class.UsrMgr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.UsrMgr.php b/views/bootstrap/class.UsrMgr.php index ffb47a4d9..2e9b3d228 100644 --- a/views/bootstrap/class.UsrMgr.php +++ b/views/bootstrap/class.UsrMgr.php @@ -287,7 +287,7 @@ $(document).ready( function() { 'name'=>'pwd', 'class'=>'pwd', 'autocomplete'=>'off', - 'required'=>true, + 'required'=>false, 'attributes'=>[['rel', 'strengthbar'.($currUser ? $currUser->getID() : "0")]], 'addon'=>'' )