• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Plesk 7.5.3 - Webmail: Last login: Never

kevin@

Basic Pleskian
Has anyone else experienced this problem after the 7.5.3/Horde 3/IMP4 upgrade?

Any existing client shows Last login: Never every time they log into Horde. I've noticed that new clients I create work fine.

Any way to fix this without obviously deleting and re-adding the users?

Thanks!
 
Hello,
the last login has moved from imp to horde.
You need to remove the last login info from the table.

Run the following query on the horde_prefs table:

delete from horde_prefs WHERE pref_name='last_login' AND pref_scope='imp';

Cheers
 
Great catch John!

On a side note... Did anybody else notice that the Horde datatree tables were missing (RH9 anyways)? I noticed this after trying to add a calendar entry... Easy fix, just thought it was odd.
 
Back
Top