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

Deleting user in OWF deletes all associated ROLEs in database #76

Closed
rfetters opened this issue Apr 12, 2016 · 2 comments
Closed

Deleting user in OWF deletes all associated ROLEs in database #76

rfetters opened this issue Apr 12, 2016 · 2 comments

Comments

@rfetters
Copy link

If a user is deleted via the OWF Administration user management interface, the roles associated with that user are also deleted from the ROLE table. When other user's who have been assigned the role(s) access OWF they receive "An error has occurred on the server" message.

Workaround is to reinsert the ROLE.

@rpokorny
Copy link
Contributor

I wasn't able to reproduce the issue exactly as you saw it. For me, I wasn't able to delete users at all due to foreign key constraints being violated. I have just fixed that so hopefully the issue that you saw will be fixed as well.

@mparizernc
Copy link
Contributor

Like Ross I was not able to reproduce the issue found by @rfetters but was able to reproduce the issue the same way as @rpokorny. I have verified that deleting users no longer removes the roles.I have verified this for both users and admins.

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

3 participants