go-ssb-room/web
Henry 4558b208ee implement password update flow with reset tokens (fixes #98)
also update AuthFallback database

* re-write fallback auth to use alias or ssbid
* replace Create() with SetPassword() which does an upsert
* Add reset tokens to sqlite
* add test for SetPassword with reset token
2021-05-13 07:39:14 +02:00
..
assets improve sign-in with ssb JS for Firefox 2021-04-23 08:55:26 +02:00
errors add password change form 2021-05-11 10:16:35 +02:00
handlers implement password update flow with reset tokens (fixes #98) 2021-05-13 07:39:14 +02:00
i18n implement password update flow with reset tokens (fixes #98) 2021-05-13 07:39:14 +02:00
members cherrypick: ts.User is now pointer 2021-04-23 13:25:13 +02:00
router add password change form 2021-05-11 10:16:35 +02:00
styles restyle the invites page 2021-04-08 13:10:45 +03:00
templates implement password update flow with reset tokens (fixes #98) 2021-05-13 07:39:14 +02:00
webassert various fixes 2021-04-12 14:10:42 +02:00
embedded_dev.go add back dev build tag for local file access without embedding 2021-02-22 15:51:55 +01:00
embedded_prod.go add back dev build tag for local file access without embedding 2021-02-22 15:51:55 +01:00
utils.go add test for notice creation role check 2021-05-10 13:52:45 +02:00