devroom.io/content/posts/2008-01-19-roles-admins-pretending-to-be-users.md
2019-06-05 14:32:16 +02:00

631 B

+++ date = "2008-01-19" title = "Roles: Admins pretending to be users!" tags = ["Blog"] slug = "roles-admins-pretending-to-be-users" +++

Most applications have some sort of role system. You have administrators, who can do basically everything, semi-administrators and "regular Joe" users.

Now, sometimes you want, as an administrator, be able to login as a user to solve some problem, or manage settings for a user, or whatever.

Harm did a very nice write-up on how we did this in a Rails project of ours. You can read the article here.