Skip to content

Commit a8456fc

Browse files
authored
Update README.md
1 parent a995dd6 commit a8456fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -674,9 +674,9 @@ You can tune the middleware behavior using middleware specific configuration par
674674
- "dbAuth.usernameColumn": The users table column that holds usernames ("username")
675675
- "dbAuth.passwordColumn": The users table column that holds passwords ("password")
676676
- "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")
680680
- "dbAuth.registerUser": JSON user data (or "1") in case you want the /register endpoint enabled ("")
681681
- "dbAuth.passwordLength": Minimum length that the password must have ("12")
682682
- "dbAuth.sessionName": The name of the PHP session that is started ("")

0 commit comments

Comments
 (0)