changing user role in drupal
I want to change the role of registered user t开发者_高级运维o administrator. how do i do this?
-Vivek
why is that?!? there is another approach if i understand you well, you have to create new role called superuser or what so ever, and give that role full permission, and then assign that user to this role, then you are done..
Maybe this will help. There's also a module called AdminRole that addresses the issues that post mentions- it automatically gives a user with the newly installed "AdminRole" all administrative roles from modules installed in the future.
It is made easier in Drupal 7. It comes with "Administrator" role which can be assigned to any user when needed. Just edit the user profile page & check the "Administrator" checbox.
精彩评论