Skip to content

v0.2.2: small ui changes, smtp fix

Choose a tag to compare

@hrfee hrfee released this 15 Nov 17:22
· 2062 commits to main since this release
e35d057

small release.

  • fixed issue #15 that broke sending emails with smtp
  • add a re-enter password field to the invite form
  • api now uses bearer auth instead of the previous janky basic method
  • use badges to denote admin users instead of separate table column

Changelog

fa96f21 Fix smtp sending
ba60193 add "re-enter password" field on form
b6f3cd7 dont re-b64 the jwt
e35d057 package upgrades
ea80d2c upgrade to bs5-alpha3
d64e98d use Bearer auth instead of Basic
f3c3b3c use badges to denote admin users in accounts tab