Rich password field by default
Auto-generated from the source archive. Do not edit by hand — rerun
catalyst-changelog-syncinstead.
What changed
Section titled “What changed”- A field declared
type: passwordnow generates a shared<aurora-password-input>with a show/hide toggle and a secure password generator built into the input, plus a sibling password-strength meter. - The rich password experience is now the generator baseline, not a hand-written per-form override.
Why it matters
Section titled “Why it matters”Until now only the hand-authored account form had the rich password UX; every other password field shipped a bare <input type="password">, and improving any of them meant wiring it by hand — exactly the anti-pattern Aurora exists to remove. Now any type: password field gets the toggle, the crypto-secure generator (createPassword), and the strength meter automatically. Accessibility labels live in the global i18n namespace. On the next regeneration, password forms surface an .origin you accept per file.