Web Components · Global
<mmm-reset-password>
Password reset request and confirmation flow.
What it is
Two-step UI: request a reset link by email, then set a new password from the link.
When to use
- /account/reset-password landing
- Inline reset link from login
Attributes
AttributeTypeDefaultDescription
idstring—Unique element identifier.classstring—Custom CSS class list.hiddenbooleanfalseHide the element without removing it from the DOM.Examples
Default
Request + confirm flow in one element.
<mmm-reset-password></mmm-reset-password>