I guys, maybe a stupid question but I don't want to have the option for a magic link. But I can't find any settings to turn it off. My auth sign is already set on email and password. But whenever the password is empty it still sends the user a magic link
n
Needle
04/03/2022, 2:04 PM
Hello @GuardianXT705!
This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``.
Pinging @User so that they see this as well!
Want to unsubscribe from this thread?
Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates.
Want to change the title?
Use the
/title
command!
We have solved your problem?
Click the button below to archive it.
g
GuardianXT705
04/03/2022, 2:06 PM
Good to know also, my project is in svelte. Currently I have sometime like this
$: password = bindPassword ?? 'no magic link allowed';
If the password is empty it automatically enters the text no magic link allowed. But this might be editable by the user.
So if there is a real settings somewhere in supabase that would be much better 🙂
g
garyaustin
04/03/2022, 2:52 PM
I don't think there is. In my code client side I make sure a min password length is set, and flag user to set correctly. Of course someone could bypass the code, but that seems like a lot of work to do just to create a real email account just to login without password.