Skip to content

0.9.1

Choose a tag to compare

@vsdudakov vsdudakov released this 16 Jul 08:56
· 2 commits to main since this release

Security

  • 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.