• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Plesk Login

Greg Eslick

New Pleskian
TITLE:
Plesk Login
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:
Plesk Onyx Version 17.0.17 Update #21,‪ Microsoft Windows Server 2012 R2‬,Azure
PROBLEM DESCRIPTION:
A user reported this to me:

When logging in to Plesk: When I copy and paste a user name and password from an email like Microsoft Outlook (which uses Microsoft Word in HTML format), it adds a space. Copy and pasting your password will fail as it did for me because I too copied the user name and password into the login fields.​
STEPS TO REPRODUCE:
same as above​
ACTUAL RESULT:
na​
EXPECTED RESULT:
We would expect the form inputs to be protected with trim functions for better security practices.​
ANY ADDITIONAL INFORMATION:
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM:
Confirm bug
 
The plesk login: login_up.php?success_redirect_url=http%3A%2F%2Fplesk.coldfusion.cloud%2F
Where the email came from makes no difference, it's just the copy and paste of spaces into the login input boxes. We would assume the username and password fields trim the whitespace on the text string, not accept the spaces.
 
Hi Greg Eslick,

We would assume the username and password fields trim the whitespace on the text string,
Could you explain, why you assume, that a "whitespace" would be trimmed in username/password - fields?

Because you mentioned "Microsoft Outlook", did you once consider to test your assumption at the eMail - account settings from one of your eMail - accounts? A whitespace will certainly be treated as a sign and you will experience, that you are not able to login, when the input at username and/or password fields contain a whitespace somewhere. ;)
 
Okay, I can state it another way. If I have login user as 'username ' omitting the quote chars and the space is intentional. Will that match aginst in the code as string 'username' or 'username '? What I am suggesting is that the field input should trim the whitespace on the end.
 
Hi Greg Eslick,

I ( personally ) don't agree here. Neither the username, nor the password field should trim anything at all, even if it is "only" a whitespace.
 
I was just passing along another customer's developer opinion. I also have 25yrs in the field as a developer, if this is by design so be it. Shared my opinion and do as you do. We do like the Plesk product and are fairly new to it. Best whitespace wishes!
 
Back
Top