Merge pull request #2675 from kobergj/ForbidEmptyPassword

Forbid empty password
This commit is contained in:
David Christofas
2021-10-27 17:05:48 +02:00
committed by GitHub
4 changed files with 17 additions and 15 deletions
@@ -0,0 +1,5 @@
Bugfix: Don't allow empty password
It was allowed to create users with empty or spaces-only password. This is fixed
https://github.com/owncloud/product/issues/197