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

Prevent users from editing their own account #1764

Merged
merged 1 commit into from
Feb 27, 2017

Conversation

jrjohnson
Copy link
Member

Without this check it is possible for a user to add roles to their own
account. This happens because doctrine keeps the User object in sync
between our authentication token and the user we modify in the
controller. Since our process is to modify users and then check
authentication anyone can send a set of roles they want and the roles
will be applied before the authorization is checked.

Fixes #1762

Without this check it is possible for a user to add roles to their own
account.  This happens because doctrine keeps the User object in sync
between our authentication token and the user we modify in the
controller.  Since our process is to modify users and then check
authentication anyone can send a set of roles they want and the roles
will be applied before the authorization is checked.
@stopfstedt stopfstedt merged commit 13a70cd into ilios:master Feb 27, 2017
@jrjohnson jrjohnson deleted the 1762-ownroles branch February 27, 2017 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants