cleanup and sync
This commit is contained in:
@@ -8,7 +8,7 @@ $login_fields = [
|
||||
'placeholder' => 'e.g., jsmith',
|
||||
'validators' => [
|
||||
'no_spaces',
|
||||
// 'check_sql',
|
||||
'check_sql',
|
||||
],
|
||||
],
|
||||
'login_password' => [
|
||||
@@ -17,9 +17,9 @@ $login_fields = [
|
||||
'placeholder' => '',
|
||||
'validators' => [
|
||||
'no_spaces',
|
||||
// 'pw_strength',
|
||||
// 'no_backslash',
|
||||
// 'check_sql',
|
||||
'pw_strength',
|
||||
'no_backslash',
|
||||
'check_sql',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user