[Bug]: Password missing a special character crashes out #126

Closed
opened 2026-07-29 00:58:52 +00:00 by ssmithx · 1 comment
Collaborator

Description

If you change the password to one without a special character, it just looks like it hangs. Console view shows the VUE error

Steps to Reproduce

Go to change password.
Change to something without a special character
It just kinda hangs

Expected Behavior

change password or give an error message

Actual Behavior

No visible change when you click it

Archipelago Version

1.7.116-alpha

Hardware

x86_64 (Intel/AMD)

Relevant Logs

No response

Screenshots

No response

### Description If you change the password to one without a special character, it just looks like it hangs. Console view shows the VUE error ### Steps to Reproduce Go to change password. Change to something without a special character It just kinda hangs ### Expected Behavior change password or give an error message ### Actual Behavior No visible change when you click it ### Archipelago Version 1.7.116-alpha ### Hardware x86_64 (Intel/AMD) ### Relevant Logs _No response_ ### Screenshots _No response_
Collaborator

Fixed: the change-password form validates strength up front and shows a proper in-modal error — “Password must contain at least one special character (!@#$%^&* etc.)”, localized (en/es) — instead of the old silent hang (ChangePasswordSection.vue, validatePasswordStrength).

Fixed: the change-password form validates strength up front and shows a proper in-modal error — “Password must contain at least one special character (!@#$%^&* etc.)”, localized (en/es) — instead of the old silent hang (`ChangePasswordSection.vue`, `validatePasswordStrength`).
chaum closed this issue 2026-08-30 13:44:51 +00:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lfg2025/archy#126