Can we make authorize without Email?
I want to make authorization only Username and Password.
h
HarryET
10/27/2021, 1:25 PM
You could however, disable email verification and do somthing like username@projectdomain.com and internally use username & password but make useres only use usernames?
@User
t
tamagoez
10/27/2021, 1:57 PM
Thanks for your reply!
Sorry for taking your time, but I want to ask you what is meaning about ’username@ ~ usernames’?
h
HarryET
10/27/2021, 2:02 PM
So you pretend to login with an email in the backend
but insetd of a real email you use username@projectdomain.com
e.g. harryet@projectdomain.com
with email verification turned off
t
tamagoez
10/27/2021, 2:28 PM
Thanks for your kindness.
That means we can use fake address if email verfication turned off.