Optimized look and user experience; fixed errors
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
|
||||
User id: <input name="user" type="text" placeholder="user id or email" value="<%= param('user') %>"><br>
|
||||
Password: <input name="password" type="password"><br>
|
||||
<input type="submit" value="Login">
|
||||
% if ( my $token = param 'token' ) {
|
||||
Repeat: <input name="samepassword" type="password"><br>
|
||||
<input type="hidden" name="token" value="<%= $token %>"><br>
|
||||
% }
|
||||
<button type="submit">Login</button>
|
||||
|
||||
</p></form>
|
||||
|
||||
Reference in New Issue
Block a user