feat: Implement a command for issuing password reset links

This commit is contained in:
Ginger
2026-03-03 11:18:48 -05:00
parent 267feb3c09
commit da8833fca4
7 changed files with 56 additions and 1 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ pub(super) static MAPS: &[Descriptor] = &[
..descriptor::RANDOM_SMALL
},
Descriptor {
name: "passwordresettoken_userid",
name: "passwordresettoken_info",
..descriptor::RANDOM_SMALL
},
Descriptor {