Quick one, can we be redirected to the login screen when we log out, stops me having to press "Home" \o/
suggestions
Fishwick7 [100] |
|
Administrator |
Sounds reasonable enough and I don't think it should be too hard, let me see what I can do. |
<Apex>
|
Something similar to this, how about an automatic redirect after showing the idle logout screen for like 5 seconds? This would serve the same purpose as the original suggestion (taking away one click to get back to the login screen). |
Fishwick7 [100] |
This suggestion to implementation within a few minutes thing we have going is awesome :> |
Administrator |
Okay, the new logout flows for both explicit logout and idle logout are in. Let me know if you run into any issues. |
|
Nice improvement, but i find i still have to click home for it to bring up saved internet passwords when clicking on the username box. |
|
^ same problem |
|
Saved passwords work fine for me. |
<Rapture>
|
You get a gold star for this Ender :) |
|
not a problem with me either and +1 coco good add ender |
|
Works well with me too. Thanks Endyclaus! |
Cr06 [100] |
can that be done on the "other login"? so its easy to login. my isp sometimes changes ip while im using so i get booted out.
|
Administrator |
I can guess what's going on here. I'm not sure exactly how it's implemented, but I imagine some browsers associate saved username/password combos with exact urls. E.g., your saved login info might work on bots4.net/foo, but then not at bots4.net/bar because your login info was saved at "foo", not "bar". Some browsers are smart enough to recognize that you probably want to share the login info between "foo" and "bar", but some do not apparently. So you have two options:
I'll take a look. |
Administrator |
Okay, I changed the logout urls to all go to the same base page, so dumb browsers (read: IE) will now be able to associate your passwords together. Please let me know if it still doesn't work for you. I also made it so the "other login" error brings you to the homepage as well. |