-
Notifications
You must be signed in to change notification settings - Fork 2
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
Allow users to edit their own registration #8
Comments
Do we want to enable " Registration Entity Access" on a test site? |
Why can't user View their registration. That is probably all that most users will need. |
@jenlampton , what is best way to address this problem? Is that module configuration or additional coding work? |
That's completely unrelaetd to this problem - this would give people who are registered access to view the schedule (for example) when other people do not have access to it.
I think it's just a permission as @stpaultim mentioned.
We could build a view of "Current attendees" that links to the registration entity (but only for those with access to that entity). We would need to test carefully so that we don't accidentally expose confidential information to the public. |
In theory, users have the permission to edit their own registration. But, they have no way to access their registration to edit it.
The text was updated successfully, but these errors were encountered: