Skip to content

Commit

Permalink
fix:reset pw on user
Browse files Browse the repository at this point in the history
  • Loading branch information
torsten-simon committed Jul 11, 2024
1 parent a72f789 commit df06ef7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
*ngIf="resetPassword"
title="{{ 'PERMISSIONS.MENU_RESET_PASSWORD' | translate }}"
subtitle="{{ resetPassword | authorityName }}"
width="small"
height="auto"
[isCancelable]="true"
[buttons]="resetPasswordButtons"
Expand All @@ -66,6 +67,7 @@
<div class="card-content-padding card-reset-password">
<es-input-password
#passwordRef
label="{{ 'PERMISSIONS.NEW_PASSWORD' | translate }}"
[(value)]="newPassword"
[displayStrength]="true"
></es-input-password>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@
.card-reset-password {
es-input-password {
width: 100%;
::ng-deep {
mat-form-field {
width: 100%;
}
}
}
}
.memberActions {
Expand Down
1 change: 1 addition & 0 deletions Frontend/src/assets/i18n/permissions/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
"STATUS_LABEL": "Nutzer{{GENDER_SEPARATOR}}innen Status",
"STATUS_NOTIFY": "Nutzer per E-Mail über Statusänderung informieren",
"STATUS_LAST_CHANGE": "Letzte Änderung des Status",
"NEW_PASSWORD": "Neues Passwort",
"ERROR_PASSWORD_TO_WEAK": "Das gewählte Passwort ist nicht sicher genug",
"TOAST_PASSWORD_RESET": "Passwort wurde zurückgesetzt",
"GROUP_TYPE": {
Expand Down
1 change: 1 addition & 0 deletions Frontend/src/assets/i18n/permissions/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"STATUS_LABEL": "User status",
"STATUS_NOTIFY": "Inform user via mail about status change",
"STATUS_LAST_CHANGE": "Last change of status",
"NEW_PASSWORD": "New password",
"ERROR_PASSWORD_TO_WEAK": "The given password is too weak",
"TOAST_PASSWORD_RESET": "Password has been reset",
"GROUP_TYPE": {
Expand Down

0 comments on commit df06ef7

Please sign in to comment.