Open GauravSighariya opened 1 year ago
I using user type like admin , staff and manager so I want when if any user type is staff should need not to verify email.
you can make another registration view for your admin,staff and mamanger and set is_active= True in your serialiser
is_active= True
I using user type like admin , staff and manager so I want when if any user type is staff should need not to verify email.