mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-06 01:45:22 +00:00
Remove a lot of stuff that deals with user activation.
This commit is contained in:
@@ -24,20 +24,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{# need to activate account #}
|
||||
<div class="col-lg-4 col-md-6 col-sm-12 col-xs-12">
|
||||
<div class="box box-default">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">{{ 'setting_must_confirm_account'|_ }}</h3>
|
||||
</div>
|
||||
<div class="box-body">
|
||||
<p class="text-info">
|
||||
{{ 'setting_must_confirm_account_explain'|_ }}
|
||||
</p>
|
||||
{{ ExpandedForm.checkbox('must_confirm_account','1', mustConfirmAccount) }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{# installation is demo site #}
|
||||
<div class="col-lg-4 col-md-6 col-sm-12 col-xs-12">
|
||||
|
||||
Reference in New Issue
Block a user