Add a way to reset password (WIP)
authorGreg Burri <greg.burri@gmail.com>
Wed, 6 Nov 2024 16:52:16 +0000 (17:52 +0100)
committerGreg Burri <greg.burri@gmail.com>
Wed, 6 Nov 2024 16:52:16 +0000 (17:52 +0100)
commit5d343c273fb3e06653bb48f6425c735dd3a80bcf
tree8fd280ff323839aae0729f149249f8d27f6cb1f4
parentebdcb6a90a374582eb8df4399354cd8f6f9580a7
Add a way to reset password (WIP)
.gitignore
backend/sql/version_1.sql
backend/src/consts.rs
backend/src/data/db.rs
backend/src/main.rs
backend/src/services.rs
backend/templates/ask_reset_password.html [new file with mode: 0644]
backend/templates/base_with_header.html