mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +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"> | ||||
|   | ||||
| @@ -28,14 +28,6 @@ | ||||
|                                 {{ user.created_at.formatLocalized(monthAndDayFormat) }} | ||||
|                                 {{ user.created_at.format('H:i') }}</td> | ||||
|                         </tr> | ||||
|                         <tr> | ||||
|                             <td>{{ trans('list.registered_from') }}</td> | ||||
|                             <td>{{ registration }} ({{ registrationHost }})</td> | ||||
|                         </tr> | ||||
|                         <tr> | ||||
|                             <td>{{ trans('list.confirmed_from') }}</td> | ||||
|                             <td>{{ confirmation }} ({{ confirmationHost }})</td> | ||||
|                         </tr> | ||||
|                         <tr> | ||||
|                             <td>{{ trans('list.is_admin') }}</td> | ||||
|                             <td> | ||||
| @@ -56,16 +48,6 @@ | ||||
|                                 {% endif %} | ||||
|                             </td> | ||||
|                         </tr> | ||||
|                         <tr> | ||||
|                             <td>{{ trans('list.is_activated') }}</td> | ||||
|                             <td> | ||||
|                                 {% if information.is_activated %} | ||||
|                                     <small class="text-success"><i class="fa fa-fw fa-check"></i></small> Yes | ||||
|                                 {% else %} | ||||
|                                     <small class="text-danger"><i class="fa fa-fw fa-times"></i></small> No | ||||
|                                 {% endif %} | ||||
|                             </td> | ||||
|                         </tr> | ||||
|                         <tr> | ||||
|                             <td>{{ trans('list.is_blocked') }}</td> | ||||
|                             <td> | ||||
|   | ||||
| @@ -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