fix for self service
This commit is contained in:
		
							parent
							
								
									e2b92878fa
								
							
						
					
					
						commit
						5a2fa00b37
					
				| 
						 | 
					@ -119,7 +119,6 @@ class ldapPublicKey extends baseModule {
 | 
				
			||||||
		$return['selfServiceFieldSettings'] = array(
 | 
							$return['selfServiceFieldSettings'] = array(
 | 
				
			||||||
			'sshPublicKey' => _('SSH public keys'),
 | 
								'sshPublicKey' => _('SSH public keys'),
 | 
				
			||||||
		);
 | 
							);
 | 
				
			||||||
		$return['selfServiceReadOnlyFields'] = array('sshPublicKey');
 | 
					 | 
				
			||||||
		return $return;
 | 
							return $return;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue