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> </td>
</tr> </tr>
<tr> <tr>
<td> <td height="28px">
<p class="login-text2"><input tabindex="4" type="checkbox" style="margin: 0 8px 0 0" >Remember me</p>
</td> </td>
</tr> </tr>
<tr> <tr>

View file

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

View file

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

View file

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