| 
									
										
										
										
											2016-11-06 08:11:43 +01:00
										 |  |  | {% extends "./layout/default" %}
 | 
					
						
							| 
									
										
										
										
											2015-06-19 20:59:14 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | {% block breadcrumbs %}
 | 
					
						
							| 
									
										
										
										
											2015-05-02 13:20:49 +02:00
										 |  |  |     {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName) }}
 | 
					
						
							| 
									
										
										
										
											2015-06-19 20:59:14 +02:00
										 |  |  | {% endblock %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block content %}
 | 
					
						
							| 
									
										
										
										
											2016-12-06 09:07:50 +01:00
										 |  |  |     <form method="POST" action="{{ route('profile.change-password.post') }}" accept-charset="UTF-8" class="form-horizontal" id="change-password">
 | 
					
						
							| 
									
										
										
										
											2016-08-27 09:38:58 +02:00
										 |  |  |         <input name="_token" type="hidden" value="{{ csrf_token() }}">
 | 
					
						
							| 
									
										
										
										
											2015-06-21 10:50:45 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-27 09:38:58 +02:00
										 |  |  |         <div class="row">
 | 
					
						
							|  |  |  |             <div class="col-lg-6 col-md-12 col-sm-12">
 | 
					
						
							|  |  |  |                 <div class="box box-primary">
 | 
					
						
							|  |  |  |                     <div class="box-header with-border">
 | 
					
						
							|  |  |  |                         <h3 class="box-title">{{ 'change_your_password'|_ }}</h3>
 | 
					
						
							|  |  |  |                     </div>
 | 
					
						
							|  |  |  |                     <div class="box-body">
 | 
					
						
							| 
									
										
										
										
											2015-05-02 13:20:49 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-27 09:38:58 +02:00
										 |  |  |                         {% if errors|length > 0 %}
 | 
					
						
							|  |  |  |                             <ul>
 | 
					
						
							|  |  |  |                                 {% for error in errors.all %}
 | 
					
						
							|  |  |  |                                     <li class="text-danger">{{ error }}</li>
 | 
					
						
							|  |  |  |                                 {% endfor %}
 | 
					
						
							|  |  |  |                             </ul>
 | 
					
						
							| 
									
										
										
										
											2015-05-02 13:20:49 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-27 09:38:58 +02:00
										 |  |  |                         {% endif %}
 | 
					
						
							| 
									
										
										
										
											2015-05-02 13:20:49 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-27 09:38:58 +02:00
										 |  |  |                         <div class="form-group">
 | 
					
						
							|  |  |  |                             <label for="inputOldPassword" class="col-sm-4 control-label">{{ 'current_password'|_ }}</label>
 | 
					
						
							| 
									
										
										
										
											2015-06-21 10:50:45 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-27 09:38:58 +02:00
										 |  |  |                             <div class="col-sm-8">
 | 
					
						
							|  |  |  |                                 <input type="password" class="form-control" id="inputOldPassword" placeholder="{{ 'current_password'|_ }}"
 | 
					
						
							|  |  |  |                                        name="current_password">
 | 
					
						
							|  |  |  |                             </div>
 | 
					
						
							| 
									
										
										
										
											2015-05-02 13:20:49 +02:00
										 |  |  |                         </div>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-27 09:38:58 +02:00
										 |  |  |                         <div class="form-group">
 | 
					
						
							|  |  |  |                             <label for="inputNewPassword1" class="col-sm-4 control-label">{{ 'new_password'|_ }}</label>
 | 
					
						
							| 
									
										
										
										
											2015-06-21 10:50:45 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-27 09:38:58 +02:00
										 |  |  |                             <div class="col-sm-8">
 | 
					
						
							|  |  |  |                                 <input type="password" class="form-control" id="inputNewPassword1" placeholder="{{ 'new_password'|_ }}" name="new_password">
 | 
					
						
							|  |  |  |                             </div>
 | 
					
						
							| 
									
										
										
										
											2015-05-02 13:20:49 +02:00
										 |  |  |                         </div>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-27 09:38:58 +02:00
										 |  |  |                         <div class="form-group">
 | 
					
						
							|  |  |  |                             <label for="inputNewPassword2" class="col-sm-4 control-label">{{ 'new_password_again'|_ }}</label>
 | 
					
						
							| 
									
										
										
										
											2015-06-21 10:50:45 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-27 09:38:58 +02:00
										 |  |  |                             <div class="col-sm-8">
 | 
					
						
							|  |  |  |                                 <input type="password" class="form-control" id="inputNewPassword2" placeholder="{{ 'new_password_again'|_ }}"
 | 
					
						
							|  |  |  |                                        name="new_password_confirmation">
 | 
					
						
							|  |  |  |                             </div>
 | 
					
						
							| 
									
										
										
										
											2015-05-02 13:20:49 +02:00
										 |  |  |                         </div>
 | 
					
						
							| 
									
										
										
										
											2015-06-21 10:50:45 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-08 16:30:21 +02:00
										 |  |  |                         {{ ExpandedForm.checkbox('verify_password','1', false) }}
 | 
					
						
							| 
									
										
										
										
											2017-08-12 07:56:02 +02:00
										 |  |  |                         <p>
 | 
					
						
							|  |  |  |                             <a data-toggle="modal" data-target="#passwordModal" href="#passwordModal">{{ 'what_is_pw_security'|_ }}</a>
 | 
					
						
							|  |  |  |                         </p>
 | 
					
						
							| 
									
										
										
										
											2015-06-21 10:50:45 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-27 09:38:58 +02:00
										 |  |  |                     </div>
 | 
					
						
							|  |  |  |                     <div class="box-footer">
 | 
					
						
							|  |  |  |                         <button type="submit" class="btn btn-success pull-right">{{ 'change_your_password'|_ }}</button>
 | 
					
						
							|  |  |  |                     </div>
 | 
					
						
							| 
									
										
										
										
											2015-06-21 10:50:45 +02:00
										 |  |  |                 </div>
 | 
					
						
							| 
									
										
										
										
											2015-05-02 13:20:49 +02:00
										 |  |  |             </div>
 | 
					
						
							|  |  |  |         </div>
 | 
					
						
							| 
									
										
										
										
											2016-08-27 09:38:58 +02:00
										 |  |  |     </form>
 | 
					
						
							| 
									
										
										
										
											2017-08-12 07:56:02 +02:00
										 |  |  |     {% include 'partials.password-modal' %}
 | 
					
						
							| 
									
										
										
										
											2015-05-05 12:51:57 +02:00
										 |  |  | {% endblock %}
 |