Join Discord
Powered by
Where can I check default requirements for passwor...
# support-questions-legacy
t
tymek65
12/26/2022, 12:47 AM
Where can I check default requirements for password and how can I change them?
r
rp_st
12/26/2022, 4:17 AM
Hey
@tymek65
rp_st
12/26/2022, 4:17 AM
Which recipe are you using?
t
tymek65
12/29/2022, 8:20 AM
@rp_st
Hey, sorry for late response, I'm using Email password + Social login
r
rp_st
12/29/2022, 9:01 AM
you can modify the logic here:
https://supertokens.com/docs/thirdpartyemailpassword/common-customizations/signup-form/field-validators#step-2-back-end-
rp_st
12/29/2022, 9:02 AM
The default password validator makes sure that the provided password: - has a minimum of 8 characters. - contains at least one lowercase character - contains at least one number
6
Views
Previous
Next