mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 18:11:41 -04:00
no need to implement createUser in web dav auth
This commit is contained in:
parent
b9089fe8d9
commit
f58ed7a509
1 changed files with 0 additions and 6 deletions
|
|
@ -28,12 +28,6 @@ class OC_USER_WEBDAVAUTH extends OC_User_Backend {
|
|||
$this->webdavauth_url = OC_Config::getValue( "user_webdavauth_url" );
|
||||
}
|
||||
|
||||
public function createUser() {
|
||||
// Can't create user
|
||||
OC_Log::write('OC_USER_WEBDAVAUTH', 'Not possible to create users from web frontend using WebDAV user backend', 3);
|
||||
return false;
|
||||
}
|
||||
|
||||
public function deleteUser($uid) {
|
||||
// Can't delete user
|
||||
OC_Log::write('OC_USER_WEBDAVAUTH', 'Not possible to delete users from web frontend using WebDAV user backend', 3);
|
||||
|
|
|
|||
Loading…
Reference in a new issue