How to change password's mandatory default require...
# support-questions-legacy
g
How to change password's mandatory default requirement(8 characters,...). I want to make it only 4 characters min. and no other mandatory requirement. For now, I can add my new validation using node sdk but not able to change the default validation.
r
@gitcommitshow the only was is to add your own validation function.
you can copy the code from the SDK and then modify that in your own function
g
Core server does not enforce this validation?
r
nope. Only the backend SDK
g
Got it.
6 Views