Fixes: https://tracker.ceph.com/issues/70719
-Corrected the label from 'logon' to 'login' in the User Management form
Signed-off-by: prik73 <prinovac@gmail.com>
<cds-checkbox id="pwdUpdateRequired"
formControlName="pwdUpdateRequired"
name="pwdUpdateRequired"
- i18n>User must change password at next logon
+ i18n>User must change password at next login
</cds-checkbox>
</div>
<!--Submit Button-->
// 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() &&