add a way for mods to create a password reset link for users
This commit is contained in:
@ -281,3 +281,7 @@ class Reactions(Model):
|
||||
"""
|
||||
|
||||
return db.query(q, post_id, reaction_text)
|
||||
|
||||
|
||||
class PasswordResetLinks(Model):
|
||||
table = "password_reset_links"
|
||||
|
Reference in New Issue
Block a user