| 
									
										
										
										
											2015-08-09 03:05:30 +08:00
										 |  |  | <div class="form-group"> | 
					
						
							|  |  |  |     <label for="name">Name</label> | 
					
						
							| 
									
										
										
										
											2016-01-14 06:22:30 +08:00
										 |  |  |     @include('form.text', ['name' => 'name']) | 
					
						
							| 
									
										
										
										
											2015-08-09 03:05:30 +08:00
										 |  |  | </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-02-28 03:24:42 +08:00
										 |  |  | @if(userCan('users-manage')) | 
					
						
							| 
									
										
										
										
											2015-08-09 03:05:30 +08:00
										 |  |  | <div class="form-group"> | 
					
						
							|  |  |  |     <label for="email">Email</label> | 
					
						
							| 
									
										
										
										
											2016-01-14 06:22:30 +08:00
										 |  |  |     @include('form.text', ['name' => 'email']) | 
					
						
							| 
									
										
										
										
											2015-08-09 03:05:30 +08:00
										 |  |  | </div> | 
					
						
							| 
									
										
										
										
											2016-01-14 06:22:30 +08:00
										 |  |  | @endif | 
					
						
							| 
									
										
										
										
											2015-08-09 03:05:30 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-02-28 03:24:42 +08:00
										 |  |  | @if(userCan('users-manage')) | 
					
						
							| 
									
										
										
										
											2015-08-29 22:03:42 +08:00
										 |  |  |     <div class="form-group"> | 
					
						
							| 
									
										
										
										
											2015-09-05 00:16:58 +08:00
										 |  |  |         <label for="role">User Role</label> | 
					
						
							| 
									
										
										
										
											2016-05-02 02:36:53 +08:00
										 |  |  |         @include('form/role-checkboxes', ['name' => 'roles', 'roles' => $roles]) | 
					
						
							| 
									
										
										
										
											2015-08-29 22:03:42 +08:00
										 |  |  |     </div> | 
					
						
							|  |  |  | @endif | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-02-28 03:24:42 +08:00
										 |  |  | @if(userCan('users-manage')) | 
					
						
							| 
									
										
										
										
											2015-08-29 22:03:42 +08:00
										 |  |  |     <div class="form-group"> | 
					
						
							| 
									
										
										
										
											2016-01-14 06:22:30 +08:00
										 |  |  |         <label for="external_auth_id">External Authentication ID</label> | 
					
						
							|  |  |  |         @include('form.text', ['name' => 'external_auth_id']) | 
					
						
							| 
									
										
										
										
											2015-08-29 22:03:42 +08:00
										 |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2015-08-09 03:05:30 +08:00
										 |  |  | @endif | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <div class="form-group"> | 
					
						
							| 
									
										
										
										
											2016-02-17 05:25:11 +08:00
										 |  |  |     <a href="/settings/users" class="button muted">Cancel</a> | 
					
						
							| 
									
										
										
										
											2015-08-09 03:05:30 +08:00
										 |  |  |     <button class="button pos" type="submit">Save</button> | 
					
						
							| 
									
										
										
										
											2016-01-14 06:22:30 +08:00
										 |  |  | </div> |