Trees | Indices | Help |
---|
|
Represents user of the copr frontend
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
id = db.Column(db.Integer, primary_key= True)
|
|||
username = db.Column(db.String(100), nullable= False, unique=
|
|||
mail = db.Column(db.String(150), nullable= False)
|
|||
timezone = db.Column(db.String(50), nullable= True)
|
|||
proven = db.Column(db.Boolean, default= False)
|
|||
admin = db.Column(db.Boolean, default= False)
|
|||
proxy = db.Column(db.Boolean, default= False)
|
|||
api_login = db.Column(db.String(40), nullable= False, default=
|
|||
api_token = db.Column(db.String(40), nullable= False, default=
|
|||
api_token_expiration = db.Column(db.Date, nullable= False, def
|
|||
openid_groups = db.Column(JSONEncodedDict)
|
|
Return the short username of the user, e.g. bkabrda
|
Get permissions of this user for the given copr. Caches the permission during one request, so use this if you access them multiple times |
|
|
|
Get number of coprs for this user.
|
Return url to libravatar image.
|
|
username
|
api_login
|
api_token
|
api_token_expiration
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |