GNOME Bugzilla – Bug 702478
Add user dialog - we don't provide much guidance for enterprise login
Last modified: 2013-08-14 20:32:51 UTC
Someone might be drawn to the enterprise login feature, even if they don't know exactly what it is. In this situation, the dialog will be totally ambiguous. Also, if someone isn't that familiar with AD/IPA, there isn't much in the way of guidance, particularly with regards to the domain field. To deal with this, we should add an explanation of what enterprise login is. We should also add a text which gives a hint about the domain field. See: https://raw.github.com/gnome-design-team/gnome-mockups/master/system-settings/users/add-user-account.png
The design looks good. We really should implement it. Ondrej, are you interested in this? If so I'll get you setup with some domains to develop against.
Stef, I should to concentrate more on gvfs, so if somebody can take the new design changes (at least the enterprise part), I'd be happy.
Created attachment 247822 [details] [review] add an explanation
Created attachment 247823 [details] screenshot
Does the text wrap correctly? It seems to be forcing the dialog to be wider than necessary.
Created attachment 247890 [details] [review] add an explanation That's good note, so there is fixed patch with allowed wrapping. However the dialog looks identical as with the previous patch and has same width just like without these patches (it's too wide because of tab for non-enterprise users )...
(In reply to comment #6) > Created an attachment (id=247890) [details] [review] > add an explanation > > That's good note, so there is fixed patch with allowed wrapping. However the > dialog looks identical as with the previous patch and has same width just like > without these patches (it's too wide because of tab for non-enterprise users > )... You could limit it to the width of the controls underneath?
Created attachment 248329 [details] proposed screenshot (In reply to comment #7) > You could limit it to the width of the controls underneath? I'm not really sure if I understand your comment. Do you think limit the width in this way?
Created attachment 250924 [details] [review] add an explanation Rebased to master.
Comment on attachment 250924 [details] [review] add an explanation Looks good.