Knowledgebase
Plesk Error: The user account was not found.
Posted by on 14 September 2012 07:34 AM

Applies to:

  • Plesk 10.x.x & 11.x.x with MySQL Database
  • Windows Server 2008 & Windows Server 2008 R2

 

Overview:

When you try to change an email address password from a subscription (for example yourdomain.com) you receive an error:

Error: The user account was not found. This could happen if the user account was removed by someone else while you were changing its settings.

and you cannot change the mail password.

 

Solution:

Login to your Server via RDP

Open Command Prompt

Login to MySQL Database (usually in %Plesk_admin%\MySQL\bin)

Run the following command:

 

UPDATE smb_users SET ownerId=(SELECT id FROM clients WHERE login='yourdomain.com') WHERE email like '%yourdomain.com';

 

Replace "yourdomain.com" with your actual domain name.

(7 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).