Closed (fixed)
Project:
OpenID Provider
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2010 at 15:46 UTC
Updated:
3 Nov 2010 at 17:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
yhahn commentedRerolled without the ending cruft.
Comment #2
roderikGreat, I needed that. (To hide that tab from regular users who wouldn't understand it anyway, on some site I'm tinkering with.)
But "disallowing people to administer their own OpenID sites" got me thinking... Do I want those users to be able to use the site as an OpenID provider, in the first place? ...no, I don't, in this case.
Maybe we need another extra permission?
(And if we do, we(I)'ll want to add code to an .install file, which sets that permission to TRUE by default for registered users...)
Comment #3
roderikAdded necessary modification.
(If user does not have access to "use openid provider", don't show them their identity on their account page)
Comment #4
walkah commentedcommitted yhan's patch from #1 . I'm not sure how common it is to turn on openid_provider and not want users to use it...