• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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