Commit Graph
7 Commits
Author SHA1 Message Date
Vlad Stananddni ⚡ 7bad0552f6 refactor: make settings a fixture 2024-10-17 10:39:57 +02:00
Vlad Stananddni ⚡ b33abddf3a fix: settings 2024-10-17 10:38:43 +02:00
Vlad Stananddni ⚡ 4aae00c4fa fix: api tests 2024-10-17 10:37:46 +02:00
Vlad Stananddni ⚡ 376081b369 fix: some tests 2024-10-17 10:37:43 +02:00
Vlad StanandGitHub a58deff70c feat: block pay invoice (#2727) 2024-10-01 17:17:42 +03:00
a4c000d7dc feat: add password reset for usermanager (#2688)
* feat: add password reset for usermanager
- add a reset_key to account table
- add ?reset_key= GET arguments to index.html and show reset form if provided
- superuser can generate and copy reset url with key to share
future ideas:
- could add send forgot password email if user fill out email address
* feat: simplify reset key
* test: use reset key
* test: add more tests
* test: reset passwords do not match
* test: `reset_password_auth_threshold_expired`

---------

Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
2024-10-01 10:59:57 +02:00
0b8da2b524 [feat] Nostr Login (#2703)
---------

Co-authored-by: dni  <office@dnilabs.com>
2024-09-30 13:53:38 +02:00