mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Fix #3828
This commit is contained in:
		| @@ -17,9 +17,15 @@ | ||||
|                     <h3 class="box-title">{{ 'mandatoryFields'|_ }}</h3> | ||||
|                 </div> | ||||
|                 <div class="box-body"> | ||||
|                     {{ ExpandedForm.text('email',null,{'helpText': trans('firefly.admin_update_email')}) }} | ||||
|                     {{ ExpandedForm.password('password') }} | ||||
|                     {{ ExpandedForm.password('password_confirmation') }} | ||||
|                     {% if canEditDetails %} | ||||
|                         {{ ExpandedForm.text('email',null,{'helpText': trans('firefly.admin_update_email')}) }} | ||||
|                         {{ ExpandedForm.password('password') }} | ||||
|                         {{ ExpandedForm.password('password_confirmation') }} | ||||
|                     {% else %} | ||||
|                         <input type="hidden" name="email" value="{{ user.email }}"/> | ||||
|                         <input type="hidden" name="password" value=""/> | ||||
|                         <input type="hidden" name="password_confirmation" value=""/> | ||||
|                     {% endif %} | ||||
|                     {{ ExpandedForm.checkbox('blocked') }} | ||||
|                     {{ ExpandedForm.select('blocked_code', codes, user.blocked_code) }} | ||||
|                     {% if user.id != currentUser.id %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user