Hi i am using python flask Flask-Security.
I want to make users confirm their emails but not their passwords.
It doesn't ask the user to enter in their password and another input to confirm passwords are matching.
Instead it just asks the user for one password.
SECURITY_CONFIRMABLE asks users are required to confirm their email address when registering a new account.
I want to users to confirm thier email but not check if passwords are matching on signup.