Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 1.7.2, 1.8.1, 1.9
-
Fix Version/s: None
-
Component/s: Authentication
-
Labels:None
-
Affected Branches:MOODLE_17_STABLE, MOODLE_18_STABLE, MOODLE_19_STABLE
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
Issue Links
| This issue duplicates: | ||||
| MDL-9824 | do not use sesskey check when user already logged out in logout.php |
|
|
|
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