The new interface (1 button instead of a link) is confusing:
- should it handle the password? In that case the order is strange: the submit button above password field
- when I blank the password field, I get the error feedback, but the name field is now prefilled with "admin"
- just clicking on it with my own name (my browser fills the form fields) does not log me in as administrato, it just logs me in as normal
Urgent, because this is such a critical screen.
--
TWiki:Main/ArthurClemens
- 19 Nov 2007
I agree with Arthur.
This login screen is used by normal users and this change makes the login as administrator all too visible and confusing for normal users. And the button working as a plain link makes it unlogical too.
--
TWiki:Main.KennethLavrsen
- 19 Nov 2007
This relates to the login screen generated in TemplateLogin.
The button is there because it needs a submit to transfer the form parameters to the sudo login screen. You are welcome to reformat it so the button appears as a link (using CSS)
--
TWiki:Main.CrawfordCurrie
- 20 Nov 2007
I reformatted the button to be less obtrusive. But I can't see anything wrong with it from a functional perspective.
CC
As far as I can tell, the button submits the form, whether there is an admin username or not.
I have to enter admin
in the field, plus the admin password to get logged in as administrator. But then I can just use the default submit button. Why a second submit button?
OK, so now it looks like a link. Now I expect to go to a second page instead of submitting the form.
--
TWiki:Main.ArthurClemens
- 20 Nov 2007
Excellent, so we can close this.
CC
No, you don't understand. The problem is still there, it has not been solved.
How can I explain in a different way what is wrong? Go a page, not logged in. Try to edit and go to the login screen. What do you expect what should happen when I click on "log in as adminstrator"?
--
TWiki:Main.ArthurClemens
- 20 Nov 2007
But you don't. You click "administrator login", a link (not a button) which is outside the form box altogether, and cannot be mistaken for a form submission button (even though it is). When I click on that link, I get taken to an administrator login page - which is a reasonable outcome, and non-administrators are unlikely to be confused by it.
CC
Not true. I only get redirected to the admin login page if the name and password values are clear. Otherwise clicking the button will just log me in, but not as administrator.
Then,
if I clear the values and get redirected, I am welcomed with an error message, indicating I did something wrong (I did not, I just clicked a link).
The behavior was correct before the link was a submit button.
AC
It is easiest to split the form.
AC
That does the job.
AC