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
{{ message }}
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.
My password field in DB is not "password" as usual. It saves nested inside another object (just call it "something")
So my default.json file is like below right?, I can not find any documents mentions about that case. Sorry if I missed anything. "local": { "usernameField": "username", "passwordField": "services.something" },
The text was updated successfully, but these errors were encountered:
My password field in DB is not "password" as usual. It saves nested inside another object (just call it "something")
So my default.json file is like below right?, I can not find any documents mentions about that case. Sorry if I missed anything.
"local": { "usernameField": "username", "passwordField": "services.something" },
The text was updated successfully, but these errors were encountered: