Disable case sensitivity on username register/login?
So I can enforce my user that is registering to use a lowercase username by doing the following:
However, as there is no
In an ideal world, I'd just lowercase it all on the server side... but it kind of defeats the point of using the built in batteries included auth, right?
Any way I can do this without running with my own auth? Cheers
However, as there is no
additionalFields type of option on the <LoginForm> component, I am stumped as to how to do something similar.In an ideal world, I'd just lowercase it all on the server side... but it kind of defeats the point of using the built in batteries included auth, right?
Any way I can do this without running with my own auth? Cheers