diff --git a/frontend/projects/shared-meet-components/src/lib/pages/console/users-permissions/users-permissions.component.html b/frontend/projects/shared-meet-components/src/lib/pages/console/users-permissions/users-permissions.component.html index f27b10c..96784f2 100644 --- a/frontend/projects/shared-meet-components/src/lib/pages/console/users-permissions/users-permissions.component.html +++ b/frontend/projects/shared-meet-components/src/lib/pages/console/users-permissions/users-permissions.component.html @@ -1,12 +1,11 @@
@@ -16,9 +15,9 @@
settings -

Loading Settings

+

Loading Configuration

-

Please wait while we fetch your settings...

+

Please wait while we load your security configurations...

@@ -45,10 +44,10 @@ --> - +
- group + admin_panel_settings
Users
@@ -79,15 +78,19 @@
-

Admin Credentials

-

Change the password for the admin user.

+

Administrator Password

+

+ Update your administrator password to keep your account secure. + We recommend using a strong, unique password. +

- Username + Administrator Username + This is your username to access the administration panel @@ -111,6 +114,7 @@ showCurrentPassword() ? 'visibility_off' : 'visibility' }} + We need to verify your identity with your current password @if (getCurrentPasswordError()) { {{ getCurrentPasswordError() }} } @@ -123,7 +127,7 @@ matInput [type]="showNewPassword() ? 'text' : 'password'" formControlName="newPassword" - placeholder="Enter your new password" + placeholder="Create a strong, secure password" /> - Minimum of 5 characters + Minimum 5 characters. We recommend using letters, numbers, and symbols @if (getNewPasswordError()) { {{ getNewPasswordError() }} } @@ -148,7 +152,7 @@ matInput [type]="showConfirmPassword() ? 'text' : 'password'" formControlName="confirmPassword" - placeholder="Confirm your new password" + placeholder="Type the new password again" /> + Must match exactly with your new password @if (getConfirmPasswordError()) { {{ getConfirmPasswordError() }} } @@ -178,7 +183,7 @@ [disabled]="adminCredentialsForm.invalid" (click)="onSaveAdminCredentials()" > - Save admin password + Update Administrator Password diff --git a/frontend/projects/shared-meet-components/src/lib/pages/console/users-permissions/users-permissions.component.scss b/frontend/projects/shared-meet-components/src/lib/pages/console/users-permissions/users-permissions.component.scss index 2ab1aeb..539e928 100644 --- a/frontend/projects/shared-meet-components/src/lib/pages/console/users-permissions/users-permissions.component.scss +++ b/frontend/projects/shared-meet-components/src/lib/pages/console/users-permissions/users-permissions.component.scss @@ -1,13 +1,5 @@ @import '../../../../../../../src/assets/styles/design-tokens'; -.branding-section { - @extend .ov-section-card-primary; -} - -.access-section { - @extend .ov-section-card-accent; -} - .form-field-header { position: relative; } @@ -49,7 +41,6 @@ .password-field { ::ng-deep { .mat-mdc-form-field { - // Agregar indicador visual para campo requerido .mat-mdc-floating-label { &.mdc-floating-label--required::after { content: ' *'; @@ -61,7 +52,6 @@ } } -// Estilos adicionales para mejorar la apariencia general .form-section { margin-bottom: var(--ov-meet-spacing-lg, 24px); @@ -83,7 +73,6 @@ } } -// Specific form customizations .mat-mdc-form-field { width: 100%;