diff --git a/smp-angular/src/app/common/panels/user-settings-panel/user-profile-panel.component.html b/smp-angular/src/app/common/panels/user-settings-panel/user-profile-panel.component.html index 8b0a8551776ece4c66d50284d307f50c445807e2..47850781634f69688c63d11bdd7e7520484f3590 100644 --- a/smp-angular/src/app/common/panels/user-settings-panel/user-profile-panel.component.html +++ b/smp-angular/src/app/common/panels/user-settings-panel/user-profile-panel.component.html @@ -152,7 +152,7 @@ <ngx-mat-datetime-picker #passwordExpireOnPicker [showSpinners]="true" [showSeconds]="false" [hideTime]="false"></ngx-mat-datetime-picker> <ng-template #noPasswordExpirySet> - <input id="passwordExpireOnMessage_id" matInput placeholder="Valid until" style="color: red" + <input id="passwordExpireOn_id" matInput placeholder="Valid until" style="color: red" matTooltip="Default password set by system admin! User must change password immediately!" value="Default or null password" maxlength="255" disabled>