Skip to content

Commit ecb5f47

Browse files
authored
Add note for username field
1 parent 19a8918 commit ecb5f47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/authentication/local.md

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ Standard local authentication can be configured with those options in `config/de
4141
}
4242
```
4343

44+
> __Important:__ If you want to set the value of `usernameField` to `username` in your configuration file under Windows, the value has to be escaped as `\\username` (otherwise the `username` environment variable will be used).
45+
4446
## LocalStrategy
4547

4648
> __Note:__ The methods described in this section are intended for [customization](#customization) purposes and internal calls. They usually do not need to be called directly.

0 commit comments

Comments
 (0)