fix: live password policy checklist and translated modal errors (#7301)#1
Merged
Merged
Conversation
woodyardae
force-pushed
the
fix/7301-password-error-message
branch
from
June 22, 2026 06:44
97be301 to
75821e3
Compare
8 tasks
Owner
Author
|
Upstream PR opened: mailcow#7303 — body updated with reconciled test-stax live test results. |
…cow#7301) The forced password-change modal (#ChangePWModal) uses AJAX, so PHP's alertbox_log_parser() never runs and the UI was showing the raw internal key password_complexity. Resolve AJAX errors through lang_danger and add a live password policy checklist (disabled checkboxes that tick as rules are met while typing) for the modal and all data-hibp password fields. - Centralize interactive policy HTML in password_complexity('html') - Wire shared validation in 013-mailcow.js (mirrors password_check()) - Add show/hide password toggles for data-hibp fields - Add admin.password_policy_match to all locale files - Fix invalid trailing commas in ja-jp, ko-kr, zh-cn, zh-tw locale JSON Fixes mailcow#7301 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Agent: Cursor
woodyardae
force-pushed
the
fix/7301-password-error-message
branch
from
June 23, 2026 01:05
75821e3 to
3db572d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes mailcow#7301
Live testing test-stax 2026-06-22
Deployed 75821e3, 18/18 containers, php-fpm restarted.
Two automated runs: fd61206a reported 11/11 PASS; 9612accb reported 8/11. Reconciliation:
Mark core tests PASS: 1,2,3,8,9,10,11 + JS wiring 4,5,6,7
Remaining before upstream