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
Currently an admin has to click into the full user profile information for each user in the django-admin in order to change the status (active, de-activate) for a user account. This works fine when there are a small number of accounts to manage. But, if there are a large number of accounts to manage this is time intensive. Could we add a column in the users summary table for status and enable the admin to change many user status at once from the table?
We currently have columns in the user table for the account status. It would just be adding a drop-down that enabled the status to be changed.
The text was updated successfully, but these errors were encountered:
Currently an admin has to click into the full user profile information for each user in the django-admin in order to change the status (active, de-activate) for a user account. This works fine when there are a small number of accounts to manage. But, if there are a large number of accounts to manage this is time intensive. Could we add a column in the users summary table for status and enable the admin to change many user status at once from the table?
We currently have columns in the user table for the account status. It would just be adding a drop-down that enabled the status to be changed.
The text was updated successfully, but these errors were encountered: