Added role definition handling to user
This commit is contained in:
@@ -81,3 +81,4 @@ class User(db.Model, UserMixin):
|
||||
|
||||
def __repr__(self):
|
||||
return '<User %r>' % self.name()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user