password confirm option for the reset password api
jonas87 opened this issue · 1 comments
jonas87 commented
The user registration and change password serializers have the option that the serializer requires an additional password_confirm field that should have the same value as the password field.
It would be nice if the reset password serializer would have this option as well.
apragacz commented
Good point, I will add 'RESET_PASSWORD_SERIALIZER_PASSWORD_CONFIRM'
setting key.