You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: api/authentication/local.md
+2
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@ Standard local authentication can be configured with those options in `config/de
41
41
}
42
42
```
43
43
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
+
44
46
## LocalStrategy
45
47
46
48
> __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