Skip to content

Commit e96a2d0

Browse files
committed
removed saved-cookie login support
1 parent 2369cbc commit e96a2d0

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

web/templates/login.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,7 @@
156156
</td>
157157
</tr>
158158
<tr>
159-
<td>
160-
<p class="login-text2"><input tabindex="4" type="checkbox" style="margin: 0 8px 0 0" >Remember me</p>
159+
<td height="28px">
161160
</td>
162161
</tr>
163162
<tr>

web/templates/reset_1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,11 @@
132132
<td style="padding: 0 10px 0 42px;">
133133
<a href="/"><img border=0 src="/images/logo.png" width="124px" height="46px" alt="Vesta Control Panel" /></a>
134134
</td>
135-
<td style="padding: 20px 0 0 0;">
135+
<td style="padding: 10px 0 0 0;">
136136
<form method="post" action="/reset/" >
137137
<table class="login-box">
138138
<tr>
139-
<td style="padding: 6px 0 10px 0;">
139+
<td style="padding: 6px 0 4px 0;">
140140
To reset your password, enter your username and we'll send you instructions on how to create a new password.
141141
</td>
142142
</tr>

web/templates/reset_2.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,11 @@
132132
<td style="padding: 0 10px 0 42px;">
133133
<a href="/"><img border=0 src="/images/logo.png" width="124px" height="46px" alt="Vesta Control Panel" /></a>
134134
</td>
135-
<td style="padding: 20px 0 0 0;">
135+
<td style="padding: 30px 0 0 0;">
136136
<form method="get" action="/reset/" >
137137
<table class="login-box">
138138
<tr>
139-
<td style="padding: 6px 0 10px 0;">
139+
<td style="padding: 6px 0 4px 0;">
140140
Reset code has been sent to your email address.
141141
Please copy and paste that code in the verification box below.
142142
</td>

web/templates/reset_3.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<td style="padding: 0 10 0 42;">
133133
<a href="/"><img border=0 src="/images/logo.png" width="124px" height="46px" alt="Vesta Control Panel" /></a>
134134
</td>
135-
<td style="padding: 20px 0 0 0;">
135+
<td style="padding: 4px 0 0 0;">
136136
<form method="post">
137137
<table class="login-box">
138138
<tr>
@@ -161,7 +161,11 @@
161161
</td>
162162
</tr>
163163
<tr>
164-
<td style="padding: 20px 0 28px 0;">
164+
<td height="28px">
165+
</td>
166+
</tr>
167+
<tr>
168+
<td>
165169
<input tabindex="3" type="submit" value="Reset" class="login-button">
166170
</td>
167171
</tr>

0 commit comments

Comments
 (0)