2014-08-23 02:08:51 +00:00
|
|
|
$newline always
|
2016-09-02 13:55:50 +00:00
|
|
|
<div .item>
|
2015-01-11 07:06:48 +00:00
|
|
|
<noscript>You need to have Javascript enabled
|
2016-09-02 13:55:50 +00:00
|
|
|
<form .login>
|
2015-01-11 07:06:48 +00:00
|
|
|
<h3>Activate your account
|
|
|
|
<p>
|
|
|
|
<label for="password1">Password:
|
|
|
|
<input id="password1" type="password" required>
|
|
|
|
<p>
|
|
|
|
<label for="password2">Confirm your password:
|
|
|
|
<input id="password2" type="password" required>
|
|
|
|
<p id="progress">
|
|
|
|
<input id="activate" type="submit" value="Activate" data-token="#{token}" data-salt="#{hexSalt}">
|
2014-08-23 02:08:51 +00:00
|
|
|
|
2015-01-11 07:06:48 +00:00
|
|
|
<script src="/static/js/jquery-1.7.1.min.js" type="text/javascript">
|
|
|
|
<script src="/static/js/jsSHA.js" type="text/javascript">
|
|
|
|
<script src="/static/js/activate.js" type="text/javascript">
|