After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 681770 - Visibility and sensitivity of user details
Visibility and sensitivity of user details
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: User Accounts
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks: 681753 681866
 
 
Reported: 2012-08-13 14:50 UTC by Stef Walter
Modified: 2012-08-18 18:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
user-accounts: Add um_user_is_local_account() method (2.38 KB, patch)
2012-08-14 16:35 UTC, Stef Walter
committed Details | Review
user-accounts: Change behavior/display of panel for remote accounts (5.34 KB, patch)
2012-08-14 16:35 UTC, Stef Walter
committed Details | Review

Description Stef Walter 2012-08-13 14:50:15 UTC
The right side of the user account panel should behave in a relevant manner for non-local users:

 * Hide the fields: Automatic Login
 * Read-only fields: Name, Account type

As discussed on #gnome-design. 

See also: future work on changing the way automatic login is represented: https://live.gnome.org/action/diff/Design/SystemSettings/UserAccounts
Comment 1 Stef Walter 2012-08-14 16:35:34 UTC
Created attachment 221173 [details] [review]
user-accounts: Add um_user_is_local_account() method

 * Use new LocalAccount property in accountsservice to
   add the um_user_is_local_account() method.
Comment 2 Stef Walter 2012-08-14 16:35:38 UTC
Created attachment 221174 [details] [review]
user-accounts: Change behavior/display of panel for remote accounts

 * Hide the automatic-login and fingerprint widgets
 * Insensitive account type and real name widgets
Comment 3 Stef Walter 2012-08-14 16:40:35 UTC
This depends on: https://bugs.freedesktop.org/show_bug.cgi?id=51037
Comment 4 Stef Walter 2012-08-14 17:10:41 UTC
*** Bug 681866 has been marked as a duplicate of this bug. ***
Comment 5 Stef Walter 2012-08-16 19:17:35 UTC
https://bugs.freedesktop.org/show_bug.cgi?id=51037 has been merged into accountsservice.
Comment 6 Bastien Nocera 2012-08-18 18:16:30 UTC
Attachment 221173 [details] pushed as 251a189 - user-accounts: Add um_user_is_local_account() method
Attachment 221174 [details] pushed as f217fa2 - user-accounts: Change behavior/display of panel for remote accounts