Closed axmad22 closed 6 years ago
It will first try to use the environment variable username
and fill it in if it exists. If you do not want that escape with \.
local: {
entity: 'user',
usernameField: '\\userName',
passwordField: 'password'
}
I added the auth config values to the config files, and for the local when I set the usernameField to use userName instead of email in run-time it replaces the usernameField value to my PC name. If I add anything else it works but not username.