Subadmin permissions are also not required

This commit is contained in:
Lukas Reschke 2015-05-12 18:08:10 +02:00
parent cdeb2052bb
commit a7a2579c89
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,7 @@ class CertificateController extends Controller {
* Add a new personal root certificate to the users' trust store * Add a new personal root certificate to the users' trust store
* *
* @NoAdminRequired * @NoAdminRequired
* @NoSubadminRequired
* @return array * @return array
*/ */
public function addPersonalRootCertificate() { public function addPersonalRootCertificate() {
@ -86,6 +87,7 @@ class CertificateController extends Controller {
* Removes a personal root certificate from the users' trust store * Removes a personal root certificate from the users' trust store
* *
* @NoAdminRequired * @NoAdminRequired
* @NoSubadminRequired
* @param string $certificateIdentifier * @param string $certificateIdentifier
* @return DataResponse * @return DataResponse
*/ */