GNOME Bugzilla – Bug 684444
schemas: Add lockdown mode key for user-accounts
Last modified: 2012-11-22 09:53:59 UTC
Created attachment 224820 [details] [review] add lockdown mode key for user-accounts Adding lockdown mode key for user-accounts is necessary for: https://bugzilla.gnome.org/show_bug.cgi?id=681762
I don't think that's how we want to frame the lockdown though. Something like "disable-account-editing"? Stef?
Review of attachment 224820 [details] [review]: As per comment.
This doesn't (or shouldn't disable all editing of ones own account). So let's not use the word 'editing'. Also we could avoid a double-negative for clarity. Perhaps something like 'user-admin-enabled', defaulting to 'true'?
Created attachment 225775 [details] [review] add lockdown mode key for user-accounts
Review of attachment 225775 [details] [review]: etc. ::: schemas/org.gnome.desktop.lockdown.gschema.xml.in.in @@ +63,3 @@ </_description> </key> + <key name="user-admin-enabled" type="b"> user-administration-disabled @@ +64,3 @@ </key> + <key name="user-admin-enabled" type="b"> + <default>true</default> false @@ +67,3 @@ + <_summary>Enable user accounts</_summary> + <_description> + Allow the user modifying user accounts. For example, this would Stop the user from modifying user accounts. By default, we allow adding and removing users, as well as changing other users settings.
Created attachment 225798 [details] [review] add lockdown mode key for user-accounts
Review of attachment 225798 [details] [review]: ++