Summary | Default calendar not checked on first-time login |
Queue | Kronolith |
Queue Version | 4.2.11 |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | |
Requester | aaronp (at) critd (dot) com |
Created | 12/04/2015 (3607 days ago) |
Due | |
Updated | 12/15/2015 (3596 days ago) |
Assigned | 12/14/2015 (3597 days ago) |
Resolved | 12/14/2015 (3597 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
administration.
This is a support question, not a bug report.
Please use the mailing lists to ask for support.
http://www.horde.org/mail/ contains a list of all available mailing lists.
have their preferences manually cleared for testing purposes, like
below.
If this is not the correct way to clear a user from the database, then
what is the preferred method? Are there other rows in other tables
that need to also be removed to get a "clean slate" for a user?
Is there a guide for what rows to DELETE from what tables to
completely remove an account from the database? I would find this
useful, as I routinely have to delete customer accounts and want to
make sure old data doesn't just sit around.
State ⇒ Not A Bug
This is happening because the default calendar already exists (all the
SQL statement does is remove the preference of which one to
use/display). Since it already exists, it does not have to be created
(and automatically selected).
It is behaving correctly. The prefs are checked to see which calendars
to select. Since you emptied those preferences, none of them are shown.
Version ⇒ 4.2.11
State ⇒ Feedback
in. The default shares have been created and selected, in all apps.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Default calendar not checked on first-time login
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
when they first login, and therefore their events and tasks are not
displayed to them without manual intervention. This issue was first
reported to me by others helping me test. I can replicate the issue by
clearing out all the prefs from the horde_prefs table for my testing
account. E.g.:
mysql> DELETE FROM horde_prefs WHERE pref_uid="testing";
After I do this, and logout and log back in, the default calendar and
task lists are no longer displayed in Kronolith, and have to be
manually "checked".
I'm using the latest Horde and Kronolith, which right now are Horde
5.2.8 and Kronolith 4.2.11.