Summary | disagreed TOS ignored |
Queue | Horde Base |
Queue Version | 5.1.4 |
Type | Bug |
State | Duplicate |
Priority | 1. Low |
Owners | |
Requester | skhorde (at) smail (dot) inf (dot) fh-bonn-rhein-sieg (dot) de |
Created | 10/31/2013 (4242 days ago) |
Due | |
Updated | 10/31/2013 (4242 days ago) |
Assigned | |
Resolved | 10/31/2013 (4242 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Duplicate
#12411.State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ disagreed TOS ignored
Queue ⇒ Horde Base
Milestone ⇒
Patch ⇒ No
page (or simple go back), the next time you enter Horde, no TOS is
displayed again.
I guess this is, because the last_logintasks pref is set
[a:1:{s:5:"horde";i:1383259971;} in my case], even if you've disagreed
to the TOS. Next time, in Horde/LoginTasks.php
if ($ob->interval == self::FIRST_LOGIN) {
$addtask = empty($lasttask[$app]);
} else {
$lasttask[$app]) is not empty and, hence, the TOS is not displayed again.
Steffen