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

Question Trying to make my own login page which ive made, now i just need to link it to the plesk admin login thing.

Cjshost

New Pleskian
Server operating system version
Windows Server 2012
Plesk version and microupdate number
Plesk Obsidian v18.0.46_build20220920.14
Hi there, could someone help me please!

I am trying to make my own login page which I have done, but i cannot seem to figure out now to connect it so it loggs me into my plesk account instead of redirecting me yo the normal Plesk login page. My code is underneath.
<form id="form-login" method="post" action="https://""mydomain.com"":8443">
<div class="form-group" id="loginSection">
<label class="form-label" for="login_name">Username:</label>
<input type="username" class="form-control" id="login_name" name="username" value="">
</div>
<div class="form-group">
<label class="form-label" for="passwd">Password</label>
<input type="password" class="form-control" id="passwd" name="passwd">
</div>
<div class="form-group d-flex">
<div class="form-check">
<input type="checkbox" class="form-check-input" id="input-remember" name="remember" value="1" checked>
<label class="form-check-label" for="input-remember">Remember me</label>
</div>
<a href="forgot_password.html" class="form-meta mt-0 ms-auto">Forgot password?</a>
</div>
<div class="form-actions">
<button class="btn btn-primary btn-block" type="submit" name="send" data-action="log-in">Log In</button>
</div>
<input type="hidden" name="forgery_protection_token" value="my plesk admin api key" action="submit">
<input name="success_redirect_url" type="hidden" value="">
</form>

Any help would be greatly appreciated.
 
Back
Top