• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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