]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/dashboard: Make password policy check configurable
authorVolker Theile <vtheile@suse.com>
Mon, 27 Jan 2020 09:25:08 +0000 (10:25 +0100)
committerVolker Theile <vtheile@suse.com>
Fri, 31 Jan 2020 10:28:17 +0000 (11:28 +0100)
commit3684d24a430ff9dc9193f354715c3339d950a52d
tree9a0b961e28da5102a2ca0b7f627fed2517c9dc66
parent90eb6733a4d74bc64e62ade24f176ded8c53632e
mgr/dashboard: Make password policy check configurable

Fixes: https://tracker.ceph.com/issues/43089
Signed-off-by: Volker Theile <vtheile@suse.com>
16 files changed:
doc/mgr/dashboard.rst
qa/tasks/mgr/dashboard/test_user.py
src/pybind/mgr/dashboard/controllers/settings.py
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-form/user-form.component.html
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-form/user-form.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-form/user-form.component.ts
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-password-form/user-password-form.component.html
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-password-form/user-password-form.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/settings.service.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/settings.service.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/services/password-policy.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/password-policy.service.ts
src/pybind/mgr/dashboard/services/access_control.py
src/pybind/mgr/dashboard/settings.py
src/pybind/mgr/dashboard/tests/test_access_control.py
src/pybind/mgr/dashboard/tests/test_settings.py