Optimized look and user experience; fixed errors

This commit is contained in:
Florian "flowdy" Heß
2017-01-28 14:00:20 +01:00
parent 5aaff598d1
commit 6f19437901
23 changed files with 1434 additions and 44 deletions

View File

@@ -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>