Page 1 of 1

can you add to admin login in next update

Posted: 23 Sep 2011, 08:49
by grimurnet
Can you add the following to the admin login page:

Set focus to username and have the remember me unchecked. I have changed it myself but it will go back everytime I update.
Or what would be best is add a file that will overtake the default, what I mean is that one has all ones own changed in a include php file, that won't get overwritten on update.

Re: can you add to admin login in next update

Posted: 24 Sep 2011, 08:59
by Nick
Auto-focus, yes, will fix. Not sure how we missed that.

But I am not sure about the "[x] Remember me" checkbox. To me it seems natural to have it enabled by default.

Re: can you add to admin login in next update

Posted: 24 Sep 2011, 10:02
by grimurnet
Nick wrote:Auto-focus, yes, will fix. Not sure how we missed that.

But I am not sure about the "[x] Remember me" checkbox. To me it seems natural to have it enabled by default.
The only reason for the remember me unchecked is often I go into the admin from e.g. other computer than my own, if one forgets to logout it is open. But that one I could change myself every time :-) But is it possible to have something like the css override?

Re: can you add to admin login in next update

Posted: 26 Sep 2011, 02:34
by Nick
Unfortunately you can't do it using css, but you can patch iv-admin/templates/cred.login.phtml:
Code
<input type="checkbox" name="rememberme" checked="checked" />
Just remove checked="checked"