Appearance
PasswordChangeForm
Modal form for changing the user's password. Handles validation, error display, and submission. *
Exposed Methods
checkPassword()
Checks if the new password meets the required format.
changePassword()
Handles password change form submission, validates input, and dispatches the change password action.
closeModal()
Emits the close-modal event to close the modal.