https://supabase.com/ logo
#help
Title
# help
j

JR23

04/07/2022, 6:18 PM
hello. is it possible to force user password to have at least one symbol? I want this server side and not only client side
n

Needle

04/07/2022, 6:18 PM
Hello @JR23! 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

garyaustin

04/07/2022, 6:41 PM
Not with auth/gotrue and the hash is done it that server code, so can’t intercept at database table insert. You would need to have something like one of the new edge functions do the signup/change.
n

Needle

04/07/2022, 6:41 PM
JR23 (2022-04-07)
j

JR23

04/07/2022, 6:50 PM
I must to give a look to the new functions .. Have you some hint?
g

garyaustin

04/07/2022, 9:11 PM
I think this is best starting spot. https://supabase.com/docs/guides/functions
j

JR23

04/07/2022, 10:03 PM
Thanks again. Another thing to learn 😃