From 07af514c5a9d50f2d1e7fcf6e140dc34295be9d8 Mon Sep 17 00:00:00 2001 From: RIHTARSIC Joze <joze.rihtarsic@ext.ec.europa.eu> Date: Thu, 19 Oct 2023 15:34:57 +0200 Subject: [PATCH] Unify the IDs of two excluding inputs passwordExpireOn_id --- .../user-settings-panel/user-profile-panel.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 8b0a85517..478507816 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> -- GitLab