2014-08-23 02:08:51 +00:00
|
|
|
$newline always
|
2016-09-05 15:17:57 +00:00
|
|
|
<div .medium>
|
2016-12-03 21:14:34 +00:00
|
|
|
<h3>Activate your account
|
2017-01-07 20:57:28 +00:00
|
|
|
<div .noscript>
|
|
|
|
<div .redbox>
|
|
|
|
You are activating without JavaScript!
|
|
|
|
$if addWarn
|
|
|
|
Your password will be sent completely unencrypted! There is no TLS to
|
|
|
|
wrap your connection in!
|
|
|
|
$else
|
|
|
|
Your password will be sent unencrypted within a TLS connection. Check
|
|
|
|
your connection for leaks before proceeding.
|
|
|
|
<form method="post" action=@{ActivateRawR token}>
|
|
|
|
^{activateRawWidget}
|
|
|
|
|
2016-12-03 20:53:55 +00:00
|
|
|
<form .js-hidden>
|
2016-09-05 15:17:57 +00:00
|
|
|
<div .form-group .required>
|
2015-01-11 07:06:48 +00:00
|
|
|
<label for="password1">Password:
|
2016-11-30 20:22:35 +00:00
|
|
|
<input #password1 type="password" required>
|
2016-09-05 15:17:57 +00:00
|
|
|
<div .form-group .required>
|
2015-01-11 07:06:48 +00:00
|
|
|
<label for="password2">Confirm your password:
|
2016-11-30 20:22:35 +00:00
|
|
|
<input #password2 type="password" required>
|
2016-12-03 02:14:13 +00:00
|
|
|
<div .form-group .optional>
|
|
|
|
<button #activate type="submit" data-token="#{token}" data-salt="#{hexSalt}">Activate
|
2016-12-03 20:53:55 +00:00
|
|
|
<div #progress>
|
2014-08-23 02:08:51 +00:00
|
|
|
|
2016-09-05 14:01:49 +00:00
|
|
|
<script src="/static/js/jquery.min.js" type="text/javascript">
|
2016-12-03 20:53:55 +00:00
|
|
|
<!--<script src="/static/js/jsSHA.js" type="text/javascript">-->
|
2016-11-30 20:22:35 +00:00
|
|
|
<script src="/static/js/purs_activate.js" type="text/javascript">
|