]> source.dussan.org Git - nextcloud-server.git/commit
Move password settings
authorRoeland Jago Douma <roeland@famdouma.nl>
Thu, 30 Jan 2020 12:24:10 +0000 (13:24 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Thu, 30 Jan 2020 13:03:28 +0000 (14:03 +0100)
commitdc1979903ef4c88ad0ae06b40386e2fa339837c2
tree56d647a12c5362df77c21a5c92e1380e406602f9
parent9ed106f69acaf419414dccfcfd7efa6de22aa45a
Move password settings

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
apps/settings/composer/composer/autoload_classmap.php
apps/settings/composer/composer/autoload_static.php
apps/settings/lib/Settings/Personal/Security.php [deleted file]
apps/settings/lib/Settings/Personal/Security/Password.php [new file with mode: 0644]
apps/settings/templates/settings/personal/security.php [deleted file]
apps/settings/templates/settings/personal/security/password.php [new file with mode: 0644]
apps/settings/tests/Settings/Personal/Security/AuthtokensTest.php
apps/settings/tests/Settings/Personal/Security/PasswordTest.php [new file with mode: 0644]
apps/settings/tests/Settings/Personal/SecurityTest.php [deleted file]
lib/private/Settings/Manager.php
tests/lib/Settings/ManagerTest.php