Search code examples
djangodjango-registrationdjango-login

How to convert status of the user from Django Administration Page


I want to change the status of a registered user to staff or active/notactive. While logging in the Django Administration Page as a superuser I couldn't find any option to do that as you can see from the below screen shot. How can we do it.

enter image description here


Solution

  • I followed @Exprator Suggestion and it worked