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_
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`).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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
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).