зеркало из https://github.com/nextcloud/spreed.git
Allow to remove the password
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
bc9f08c31a
Коммит
54902aff07
|
@ -257,7 +257,7 @@ class Room {
|
|||
return false;
|
||||
}
|
||||
|
||||
$hash = $this->hasher->hash($password);
|
||||
$hash = $password !== '' ? $this->hasher->hash($password) : '';
|
||||
|
||||
$this->dispatcher->dispatch(self::class . '::preSetPassword', new GenericEvent($this, [
|
||||
'password' => $password,
|
||||
|
|
Загрузка…
Ссылка в новой задаче