cleanup and sync

This commit is contained in:
2025-03-07 03:57:09 -07:00
parent 551abb66b5
commit 3be02e6768
6 changed files with 190 additions and 49 deletions
+4 -4
View File
@@ -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',
],
],
];