sunscrapers / djoser

REST implementation of Django authentication system.
MIT License
2.55k stars 458 forks source link

Bypass email verification #711

Open GauravSighariya opened 1 year ago

GauravSighariya commented 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.

M4hf0d commented 1 year ago

you can make another registration view for your admin,staff and mamanger and set is_active= True in your serialiser