removed saved-cookie login support

This commit is contained in:
Serghey Rodin 2012-09-25 11:26:16 +03:00
commit e96a2d02c4
4 changed files with 11 additions and 8 deletions

View file

@ -156,8 +156,7 @@
</td>
</tr>
<tr>
<td>
<p class="login-text2"><input tabindex="4" type="checkbox" style="margin: 0 8px 0 0" >Remember me</p>
<td height="28px">
</td>
</tr>
<tr>

View file

@ -132,11 +132,11 @@
<td style="padding: 0 10px 0 42px;">
<a href="/"><img border=0 src="/images/logo.png" width="124px" height="46px" alt="Vesta Control Panel" /></a>
</td>
<td style="padding: 20px 0 0 0;">
<td style="padding: 10px 0 0 0;">
<form method="post" action="/reset/" >
<table class="login-box">
<tr>
<td style="padding: 6px 0 10px 0;">
<td style="padding: 6px 0 4px 0;">
To reset your password, enter your username and we'll send you instructions on how to create a new password.
</td>
</tr>

View file

@ -132,11 +132,11 @@
<td style="padding: 0 10px 0 42px;">
<a href="/"><img border=0 src="/images/logo.png" width="124px" height="46px" alt="Vesta Control Panel" /></a>
</td>
<td style="padding: 20px 0 0 0;">
<td style="padding: 30px 0 0 0;">
<form method="get" action="/reset/" >
<table class="login-box">
<tr>
<td style="padding: 6px 0 10px 0;">
<td style="padding: 6px 0 4px 0;">
Reset code has been sent to your email address.
Please copy and paste that code in the verification box below.
</td>

View file

@ -132,7 +132,7 @@
<td style="padding: 0 10 0 42;">
<a href="/"><img border=0 src="/images/logo.png" width="124px" height="46px" alt="Vesta Control Panel" /></a>
</td>
<td style="padding: 20px 0 0 0;">
<td style="padding: 4px 0 0 0;">
<form method="post">
<table class="login-box">
<tr>
@ -161,7 +161,11 @@
</td>
</tr>
<tr>
<td style="padding: 20px 0 28px 0;">
<td height="28px">
</td>
</tr>
<tr>
<td>
<input tabindex="3" type="submit" value="Reset" class="login-button">
</td>
</tr>