kettari / authgoogle

Google Authentication Plugin for DokuWiki
13 stars 17 forks source link

Is it possible to give superuser rights to specific emails? #5

Closed InfernoZeus closed 11 years ago

InfernoZeus commented 11 years ago

I tried adding the users email to the superuser config field, but that doesn't seem to work. Is that because authgoogle provides an internal username to Dokuwiki which is different to the email? Is there any way to make this work, or do I need to add this feature myself?

kettari commented 11 years ago

If you want to give admin rights to some user, it is better to use roles: open "/start?do=admin&page=usermanager" page, click the user and add "admin" group for him.

InfernoZeus commented 11 years ago

Thanks, I'd forgotten I could do that as I haven't used authplain before.