• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue CP User Login Attempt via API Failed

mreza

New Pleskian
hi
i use below code to create auto-login link via API:
Code:
<?xml version='1.0'?>
<packet version="1.6.3.5">
<server>
    <create_session>
        <login>{login}</login>
        <data>
            <!-- Base64-encoded IP address of client, who logs into Plesk -->
            <user_ip>{user_ip}</user_ip>
            <!-- Base64-encoded hostname of computer from which the request is sent -->
            <source_server>{source_server}</source_server>
        </data>
    </create_session>
</server>
</packet>
and i got this error: You have entered incorrect username or password.
and this error in action log: 'CP User Login Attempt via API Failed' ('Client GUID': '0cf045df-c3c5-4b39-b37a-f95571b9c62f' => '', 'Login Name': 'admin' => '')

i check username and password via web interface and its work correctly
 
Back
Top