Skip to content

Commit

Permalink
modified README.md for configurable Usertable Fields
Browse files Browse the repository at this point in the history
  • Loading branch information
nik2208 committed Feb 17, 2022
1 parent 8debf90 commit 4bf16fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,9 @@ You can tune the middleware behavior using middleware specific configuration par
- "dbAuth.usernameColumn": The users table column that holds usernames ("username")
- "dbAuth.passwordColumn": The users table column that holds passwords ("password")
- "dbAuth.returnedColumns": The columns returned on successful login, empty means 'all' ("")
- "dbAuth.usernameFormField": The name of the property used as username request field, empty means 'username' ("")
- "dbAuth.passwordFormField": The name of the property used as password request field, empty means 'password' ("")
- "dbAuth.newPasswordFormField": The name of the property used as newPassword request field, empty means 'newPassword' ("")
- "dbAuth.registerUser": JSON user data (or "1") in case you want the /register endpoint enabled ("")
- "dbAuth.passwordLength": Minimum length that the password must have ("12")
- "dbAuth.sessionName": The name of the PHP session that is started ("")
Expand Down

0 comments on commit 4bf16fa

Please sign in to comment.