fix for self service

This commit is contained in:
Roland Gruber 2019-09-28 17:53:07 +02:00
parent e2b92878fa
commit 5a2fa00b37
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ class ldapPublicKey extends baseModule {
$return['selfServiceFieldSettings'] = array(
'sshPublicKey' => _('SSH public keys'),
);
$return['selfServiceReadOnlyFields'] = array('sshPublicKey');
return $return;
}