]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Support minimum password complexity rules 29532/head
authorDziomdziora, El?bieta <elzbieta.dziomdziora@ts.fujitsu.coom>
Wed, 7 Aug 2019 13:49:20 +0000 (15:49 +0200)
committerDziomdziora, Elżbieta <elzbieta.dziomdziora@ts.fujitsu.com>
Fri, 13 Sep 2019 14:16:59 +0000 (16:16 +0200)
commitce3a9483eceff47ad8169a5d828e30af84629fed
tree927bcb185f6deb8ef6ad92d52c32ccb920b6be56
parentd9a385da8c1e2d14a7b3b008d83e0ac0b9723fcb
mgr/dashboard: Support minimum password complexity rules

Fixes: https://tracker.ceph.com/issues/25232
Signed-off-by: Dziomdziora, Elżbieta <elzbieta.dziomdziora@ts.fujitsu.com>
14 files changed:
qa/tasks/mgr/dashboard/test_user.py
src/pybind/mgr/dashboard/controllers/user.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.spec.ts
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/components/helper/helper.component.html
src/pybind/mgr/dashboard/frontend/src/app/shared/components/helper/helper.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/services/user-change-password.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles.scss
src/pybind/mgr/dashboard/frontend/src/styles/defaults.scss
src/pybind/mgr/dashboard/services/access_control.py