-
Notifications
You must be signed in to change notification settings - Fork 274
Update the force password reset config page with new configurations. #7995
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the force password reset config page with new configurations. #7995
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7995 +/- ##
=======================================
Coverage 41.85% 41.85%
=======================================
Files 42 42
Lines 939 939
Branches 231 238 +7
=======================================
Hits 393 393
- Misses 502 527 +25
+ Partials 44 19 -25
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 12 out of 13 changed files in this pull request and generated no comments.
Files not reviewed (1)
- features/admin.server-configurations.v1/forms/admin-forced-password-reset-form/admin-forced-password-reset-form.scss: Language not supported
Comments suppressed due to low confidence (1)
features/admin.server-configurations.v1/forms/admin-forced-password-reset-form/admin-forced-password-reset-form.tsx:177
- Avoid double-wrapping the translation function 't()'; the inner call already returns the translated string and passing it again to 't()' is redundant and may lead to unexpected results.
{ t( t("extensions:manage.serverConfigurations.accountRecovery.forcedPasswordRecovery.form.subheading")) }
…set-config-page-update Merge the main.
features/admin.server-configurations.v1/models/admin-forced-password-reset.ts
Show resolved
Hide resolved
features/admin.server-configurations.v1/models/admin-forced-password-reset.ts
Show resolved
Hide resolved
...onfigurations.v1/forms/admin-forced-password-reset-form/admin-forced-password-reset-form.tsx
Outdated
Show resolved
Hide resolved
...onfigurations.v1/forms/admin-forced-password-reset-form/admin-forced-password-reset-form.tsx
Outdated
Show resolved
Hide resolved
...nfigurations.v1/forms/admin-forced-password-reset-form/admin-forced-password-reset-form.scss
Outdated
Show resolved
Hide resolved
...onfigurations.v1/forms/admin-forced-password-reset-form/admin-forced-password-reset-form.tsx
Outdated
Show resolved
Hide resolved
🦋 Changeset detectedThe changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. |
Purpose
Related Issues
Related PRs
Checklist
Security checks
Preview
Configuration page
Password reset model while email OTP enabled
Password reset model while SMS OTP enabled.