Skip to content

Commit 1797607

Browse files
committed
Allow changing of remote users without reentering the password.
1 parent 40cc848 commit 1797607

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

interface/web/admin/form/remote_user.tform.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,6 @@
128128
'datatype' => 'VARCHAR',
129129
'formtype' => 'PASSWORD',
130130
'encryption' => 'MD5',
131-
'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY',
132-
'errmsg'=> 'password_error_empty'),
133-
),
134131
'default' => '',
135132
'value' => '',
136133
'width' => '30',

0 commit comments

Comments
 (0)