Hi,
remember me cookie handling is back, very nicely done!
Just a couple of feedbacks:
* if you know what remember me is, the checkbox is ok,
but what if you don't? Actually the text boxes are
not that self explaining, but we're so used to username
and password that this can be guessed.
http://www.flickr.com/photos/29110296@anonymised.com/2741167120/
What if we keep the logout part in the top area, and
provide just a login link to an actual login page
for everything else, like in the old UI?
That would give us all the real estate needed to
explanations and labels.
* once logged in, the logout icon is sitting outside
outside of the logout button?
http://www.flickr.com/photos/29110296@anonymised.com/2741162358/
Cheers
Andrea
Andrea Aime wrote:
Hi,
remember me cookie handling is back, very nicely done!
Just a couple of feedbacks:
* if you know what remember me is, the checkbox is ok,
but what if you don't? Actually the text boxes are
not that self explaining, but we're so used to username
and password that this can be guessed.
http://www.flickr.com/photos/29110296@anonymised.com/2741167120/
What if we keep the logout part in the top area, and
provide just a login link to an actual login page
for everything else, like in the old UI?
That would give us all the real estate needed to
explanations and labels.
I think we can probably do something clever like pre-fill the signin form elements with 'Username' and 'Password' and replace the checkbox with a toggle button saying 'stay signed in.' I do think we should have an actual login page though, just for the sake of redirecting people to a form instead of a error page. (Minimize the number of error messages that don't help you fix the problem.)
* once logged in, the logout icon is sitting outside
outside of the logout button?
http://www.flickr.com/photos/29110296@anonymised.com/2741162358/
I'm aware of this, haven't bugged Chris about it. The Signout <button> has been replaced with an <a> so the CSS no longer applies.
Cheers
Andrea
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
David Winslow ha scritto:
Andrea Aime wrote:
Hi,
remember me cookie handling is back, very nicely done!
Just a couple of feedbacks:
* if you know what remember me is, the checkbox is ok,
but what if you don't? Actually the text boxes are
not that self explaining, but we're so used to username
and password that this can be guessed.
http://www.flickr.com/photos/29110296@anonymised.com/2741167120/
What if we keep the logout part in the top area, and
provide just a login link to an actual login page
for everything else, like in the old UI?
That would give us all the real estate needed to
explanations and labels.
I think we can probably do something clever like pre-fill the signin form elements with 'Username' and 'Password' and replace the checkbox with a toggle button saying 'stay signed in.' I do think we should have an actual login page though, just for the sake of redirecting people to a form instead of a error page. (Minimize the number of error messages that don't help you fix the problem.)
I still do prefer a separate form, having an error page instead of a
login form seems odd. But if you feel strongly against the form, np,
prefilling the fields with light gray text and having a toggle with docs
works as well.
* once logged in, the logout icon is sitting outside
outside of the logout button?
http://www.flickr.com/photos/29110296@anonymised.com/2741162358/
I'm aware of this, haven't bugged Chris about it. The Signout <button> has been replaced with an <a> so the CSS no longer applies.
So you're on it already, good good.
Cheers
Andrea