File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -674,9 +674,9 @@ You can tune the middleware behavior using middleware specific configuration par
674
674
- "dbAuth.usernameColumn": The users table column that holds usernames ("username")
675
675
- "dbAuth.passwordColumn": The users table column that holds passwords ("password")
676
676
- "dbAuth.returnedColumns": The columns returned on successful login, empty means 'all' ("")
677
- - "dbAuth.usernameFormField": The name of the property used as username request field, empty means ' username' ("")
678
- - "dbAuth.passwordFormField": The name of the property used as password request field, empty means ' password' ("")
679
- - "dbAuth.newPasswordFormField": The name of the property used as newPassword request field, empty means 'newPassword' (" ")
677
+ - "dbAuth.usernameFormField": The name of the form field that holds the username ("username ")
678
+ - "dbAuth.passwordFormField": The name of the form field that holds the password ("password ")
679
+ - "dbAuth.newPasswordFormField": The name of the form field that holds the new password ("newPassword ")
680
680
- "dbAuth.registerUser": JSON user data (or "1") in case you want the /register endpoint enabled ("")
681
681
- "dbAuth.passwordLength": Minimum length that the password must have ("12")
682
682
- "dbAuth.sessionName": The name of the PHP session that is started ("")
You can’t perform that action at this time.
0 commit comments