Can we make authorize without Email? I want to mak...
# help
t
Can we make authorize without Email? I want to make authorization only Username and Password.
h
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
Thanks for your reply! Sorry for taking your time, but I want to ask you what is meaning about ’username@ ~ usernames’?
h
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
Thanks for your kindness. That means we can use fake address if email verfication turned off.
h
yes
t
OK. I will try it. Thanks again! 🙇
It looks working great! Thank you very much.
h
np!