blob: 83c95d65d1d0415935b713ca7a5c5c749a1f7ff1 (
plain)
I've just finished an upgrade to 3.141 and am trying to give myself admin rights to play with the new webadmin features. My login is via OpenID but from reading on the wiki I believe that OpenID users should be able to be granted admin rights. However I'm obviously doing something wrong as when I click on the "Preferences" link at the top of the page I don't see any admin features.
My login is: http://adam.shand.net/
In .ikiwiki/userdb I see:
adam@shand.net
email
password
locked_pages
banned
1229722296
regdate
http://adam.shand.net/
And in my config file I have:
adminuser => [qw{http://adam.shand.net/}],
Any pointers to what I'm doing wrong would be much appreciated.
Thanks,
Adam.
This is certianly supposed to work. For example, the admin
user on my ikiwikis is http://joey.kitenet.net/
The only caveat I know of to make it work is that the
adminuser openid url has to exactly match the openid url that
ikiwiki sees when you log in. Including any trailing slash,
and the http:// .
Hmm, it's possible that the new version of the openid library
has broken it. I also no longer show up as admin. There's a related
bug [[bugs/openid_no_longer_pretty-prints_OpenIDs]]. --[[Joey]]
|