PoeticMediaLab / Lacuna

Lacuna: Digital Annotation for Teaching and Learning
http://www.lacunastories.com
GNU General Public License v2.0
36 stars 20 forks source link

Inserted callback to restrict profile view access #175

Closed codyml closed 7 years ago

codyml commented 7 years ago

...to administrators and logged-in users in the same course. hook_user_view() didn't seem like it would work, since all it does is allow you to modify the user object before it's sent back, so I registered a callback for determining access to the whole user profile page.