You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to set the is_superuser and is_staff fields when a user Registers using the /rest-auth/registration/ (POST) or the /rest-auth/user/ (PUT) endpoints. Are these fields available in Django-Rest-Auth to be updated, or do I need to create custom code to do so? If so, does anyone have any guidance on how?
The text was updated successfully, but these errors were encountered:
this repo is not maintained anymore, so the development moved to dj-rest-auth. (reference: #568)
It may be best, if you move this PR there. (and upgrade to using dj_rest_auth)
new repo link: https://github.com/jazzband/dj-rest-auth (I'm not the upkeeper of that repo, it just makes sense for me to help you write where it brings value.)
Hello, I am trying to set the is_superuser and is_staff fields when a user Registers using the /rest-auth/registration/ (POST) or the /rest-auth/user/ (PUT) endpoints. Are these fields available in Django-Rest-Auth to be updated, or do I need to create custom code to do so? If so, does anyone have any guidance on how?
The text was updated successfully, but these errors were encountered: