You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passwords: saving a user from the change form no longer destroys the password by re-hashing the stored hash. The change form displayed the current hash in the read-only password field and echoed it back on Save, and the save hook hashed it again. The frontend now excludes PasswordInput fields from the change payload, and the backend additionally drops a submitted password value that matches the stored one, so third-party clients that echo the hash are also safe. Passwords are changed only via the change-password endpoint / modal.