mirror of
https://github.com/wassname/flask-security.git
synced 2026-06-27 16:10:11 +08:00
Remove reference to
This commit is contained in:
@@ -110,7 +110,6 @@ using SQLAlchemy.::
|
||||
email = db.Column(db.String(255), unique=True)
|
||||
password = db.Column(db.String(255))
|
||||
active = db.Column(db.Boolean())
|
||||
authentication_token = db.Column(db.String(255))
|
||||
roles = db.relationship('Role', secondary=roles_users,
|
||||
backref=db.backref('users', lazy='dynamic'))
|
||||
|
||||
@@ -159,7 +158,6 @@ and `Role` model should include the following fields:
|
||||
* email
|
||||
* password
|
||||
* active
|
||||
* authentication_token
|
||||
|
||||
**Role**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user