Skip to content
This repository has been archived by the owner on May 23, 2018. It is now read-only.

Add delete user functionality #66

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Add delete user functionality #66

wants to merge 5 commits into from

Conversation

ghost
Copy link

@ghost ghost commented May 19, 2016

Fixes: #65

This makes it possible for admins to delete users.

Fixes: #65
@ghost ghost closed this May 19, 2016
@ghost ghost reopened this May 19, 2016
Currently all user can access the user interface via the correct url.
They can also create, update and delete all users. This is fixed by
adding a before filter which makes sure only admins get access to
these functions.
This is done to prevent non-admin users to view, create or delete users.
This is done to prevent showing options to the user which he or she can't use
because he or she has insufficient permissions.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants