From: prik73 Date: Fri, 11 Apr 2025 23:21:51 +0000 (-0400) Subject: mgr/dashboard: fix typo in User Management form X-Git-Tag: v20.3.0~88^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F62792%2Fhead;p=ceph.git mgr/dashboard: fix typo in User Management form Fixes: https://tracker.ceph.com/issues/70719 -Corrected the label from 'logon' to 'login' in the User Management form Signed-off-by: prik73 --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-form/user-form.component.html b/src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-form/user-form.component.html index d2e521584734..ea8f8aed0770 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-form/user-form.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-form/user-form.component.html @@ -189,7 +189,7 @@ User must change password at next logon + i18n>User must change password at next login diff --git a/src/pybind/mgr/dashboard/frontend/src/app/shared/services/change-password-guard.service.ts b/src/pybind/mgr/dashboard/frontend/src/app/shared/services/change-password-guard.service.ts index 8e577687c14b..662ecaa63615 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/services/change-password-guard.service.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/services/change-password-guard.service.ts @@ -18,7 +18,7 @@ export class ChangePasswordGuardService { // are fulfilled: // - The user must be logged in. // - SSO must be disabled. - // - The flag 'User must change password at next logon' must be set. + // - The flag 'User must change password at next login' must be set. if ( this.authStorageService.isLoggedIn() && !this.authStorageService.isSSO() &&