add a way for mods to create a password reset link for users

This commit is contained in:
2025-08-10 19:00:47 +03:00
parent cf2d605077
commit 4c2877403d
6 changed files with 114 additions and 3 deletions

View File

@ -281,3 +281,7 @@ class Reactions(Model):
"""
return db.query(q, post_id, reaction_text)
class PasswordResetLinks(Model):
table = "password_reset_links"