Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

See list of all user accounts, with admin functions #212

Closed
SysEngDan opened this issue Oct 21, 2015 · 5 comments
Closed

See list of all user accounts, with admin functions #212

SysEngDan opened this issue Oct 21, 2015 · 5 comments
Milestone

Comments

@SysEngDan
Copy link

Feature: As a General Manager (admin user), I want to see a list of all registered user accounts on the site and include normal admin functions, such as reset password, update details, disable, delete, and ban.

@rolandgeider
Copy link
Member

This is already possible but only for the members of a gym. It shouldn't be too difficult to generalize the templates and the views to allow for this case.

@SysEngDan
Copy link
Author

Possible solution:
1 .User clicks on their username menu located on the far right of the tool bar
2. User clicks on "Users" - a new option on the drop down menu under the Administration section
3. User is directed to a new page which displays all users in list form

@rolandgeider
Copy link
Member

Yes, the administration sections seems the right place to put the new option

@rolandgeider rolandgeider changed the title As a General Manager, I want to see a list of all user accounts on wger, with admin functions See list of all user accounts, with admin functions Oct 26, 2015
rolandgeider added a commit that referenced this issue Oct 26, 2015
This can be included elsewhere, e.g. in the general user list of #212.
rolandgeider added a commit that referenced this issue Oct 26, 2015
@rolandgeider
Copy link
Member

This is implemented in the gym-refactor branch. General managers can access the list of all users present in the system. Clicking on a user opens the regular detail page where it's possible to edit, delete and (de)activate them. Not closing the issue yet because there's probably some polishing to do.
bildschirmfoto vom 2015-10-29 21 09 01

@rolandgeider
Copy link
Member

Branch was merged into master, closing this issue.

@umuzidan feel free to start implementing your things (you'll need to do a python manage.py migrate to sync up the database)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants