• 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.

Mailbox users not migrated to system users - Plesk 10.4.4 Linux (Debian)

A

amueller

Guest
After migrating Plesk 9.5.4 to 10.4.4 mailbox users are not migrated to system users
and therefore Email-Users are not able to login to the panel to change their settings.

Error Message is: The e-mail address was not found. This can happen if e-mail address was removed by someone else while you tried to access it.

If we create an system user and assign it to the mailbox user the login is working as expected!

- How can mailbox-users be migrated to system users manually?
 
FIXED: Users where in DB but not shown over the frontend. User where assigned to the wrong userID - an sql update did the trick.


update smb_users set userId=IDofSubscriber where userId=IDofOldAdmin (in that case IDofOldAdmin=1)
 
Back
Top