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

unilogin.php not working anymore in Plesk 9

M

mruiter

Guest
Our website always used the login form to get our customers directly logged in to Plesk.

Nothing fancy just the basic unilogon form supplied by swsoft.

Now with Plesk 9.0 it does not seem to work anymore and the outcome of the form will just redirect me to the logon page.

Just for the record the code:

<form name="main" action="https://plesk.website.nl:8443/plesk/unilogin.php" method="GET">
Login: <input type="input" name="login" value="" size="40" maxlength="200">
<br>
Password: <input type="password" name="password" value="" size="40" maxlength="200">
<br>
<input type="submit" value="Login">
</form>

Did something change or am i missing something in the changelog ??
 
Back
Top