]> source.dussan.org Git - nextcloud-server.git/commit
Add typed events for password_policy 18019/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Tue, 19 Nov 2019 18:18:00 +0000 (19:18 +0100)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Wed, 27 Nov 2019 08:56:12 +0000 (09:56 +0100)
commit1a886b1472cad1fb04e8073d2749514e2d97a506
treea66f332dcf0b2a9123f40b36dc0532103b8e9461
parenta2046db6d011bef399f7952b2daf18734d6290ad
Add typed events for password_policy

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/Share20/Manager.php
lib/private/User/Database.php
lib/public/Security/Events/GenerateSecurePasswordEvent.php [new file with mode: 0644]
lib/public/Security/Events/ValidatePasswordPolicyEvent.php [new file with mode: 0644]
tests/lib/Share20/ManagerTest.php
tests/lib/User/DatabaseTest.php