Add a way to reset password
authorGreg Burri <greg.burri@gmail.com>
Sat, 9 Nov 2024 10:22:53 +0000 (11:22 +0100)
committerGreg Burri <greg.burri@gmail.com>
Sat, 9 Nov 2024 10:22:53 +0000 (11:22 +0100)
commited979719b5991353293375510ec67cda9c034120
treeac28e866edf7811ecd3541b27cfc8c862a027271
parent5d343c273fb3e06653bb48f6425c735dd3a80bcf
Add a way to reset password
12 files changed:
Cargo.lock
backend/Cargo.toml
backend/askama.toml [new file with mode: 0644]
backend/src/data/db.rs
backend/src/email.rs
backend/src/main.rs
backend/src/services.rs
backend/src/utils.rs
backend/templates/ask_reset_password.html
backend/templates/base_with_header.html
backend/templates/profile.html [new file with mode: 0644]
backend/templates/reset_password.html [new file with mode: 0644]