• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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