Skip to content

Commit 4bf16fa

Browse files
committed
modified README.md for configurable Usertable Fields
1 parent 8debf90 commit 4bf16fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +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' ("")
677680
- "dbAuth.registerUser": JSON user data (or "1") in case you want the /register endpoint enabled ("")
678681
- "dbAuth.passwordLength": Minimum length that the password must have ("12")
679682
- "dbAuth.sessionName": The name of the PHP session that is started ("")

0 commit comments

Comments
 (0)