I've just found the new logout confirmation screen that came in with login/logou.php around version 1.19 to add a sesskey and avoid unintended logouts.
I can't say I like it. Personally I find these "are you sure?" screens really annoying. I realise however that some institutions might like this, so is there a way we could set something in the config (perhaps in the auth plugin) to say whether to display the confirm screen or not and then I can choose to have it disabled?
Thanks
Description
I've just found the new logout confirmation screen that came in with login/logou.php around version 1.19 to add a sesskey and avoid unintended logouts.
I can't say I like it. Personally I find these "are you sure?" screens really annoying. I realise however that some institutions might like this, so is there a way we could set something in the config (perhaps in the auth plugin) to say whether to display the confirm screen or not and then I can choose to have it disabled?
Thanks
Hi,
this was already fixed in cvs, the confirmation is there only when
1/ going directly to logout page
2/ stale page - logged in as different user again
fixed cases:
1/ double clicking on logout link
2/ stale page - already logged out
Petr Skoda added a comment - 06/Jun/07 01:33 AM Hi,
this was already fixed in cvs, the confirmation is there only when
1/ going directly to logout page
2/ stale page - logged in as different user again
fixed cases:
1/ double clicking on logout link
2/ stale page - already logged out
Ah yes, sorry Petr. It turned out to be a problem with when we'd merged the user_login_string() function in weblib into the OU code base. I should have thought of that.
Jenny Gray added a comment - 06/Jun/07 04:33 PM Ah yes, sorry Petr. It turned out to be a problem with when we'd merged the user_login_string() function in weblib into the OU code base. I should have thought of that.
this was already fixed in cvs, the confirmation is there only when
1/ going directly to logout page
2/ stale page - logged in as different user again
fixed cases:
1/ double clicking on logout link
2/ stale page - already logged out