PedroBern / django-graphql-auth

Django registration and authentication with GraphQL.
https://django-graphql-auth.readthedocs.io/en/latest/
MIT License
326 stars 105 forks source link

How can I require the password only once ? #153

Open phaniophrero opened 2 years ago

phaniophrero commented 2 years ago

Prerequisites

Description

Hi , I'd like to modify the way user is registered and to only ask for one password field , nor for password1 and password2.

How can I do that ?