Skip to content

Commit b959081

Browse files
committed
Set a default for newly created users to be active, fixes #6369
1 parent 5bbec2b commit b959081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
'formtype' => 'CHECKBOX',
252252
'regex' => '',
253253
'errmsg' => '',
254-
'default' => '',
254+
'default' => '1',
255255
'value' => array(0 => 0, 1 => 1),
256256
'separator' => '',
257257
'width' => '30',

0 commit comments

Comments
 (0)