mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Remove a lot of stuff that deals with user activation.
This commit is contained in:
@@ -27,10 +27,6 @@
|
||||
|
||||
<div class="form-group has-feedback">
|
||||
<input type="email" name="email" value="{{ email }}" class="form-control" placeholder="Email"/>
|
||||
{% if mustConfirmAccount %}
|
||||
<p class="help-block">
|
||||
You must activate your account. If your email address is incorrect, your account will not work.</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="form-group has-feedback">
|
||||
<input type="password" class="form-control" placeholder="Password" name="password"/>
|
||||
|
||||
Reference in New Issue
Block a user