Trees | Indices | Help |
---|
|
Represents user of the copr frontend
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
|
|
|||
id = db.Column(db.Integer, primary_key= True)
|
|||
openid_name = db.Column(db.String(100), nullable= False)
|
|||
mail = db.Column(db.String(150), nullable= False)
|
|||
proven = db.Column(db.Boolean, default= False)
|
|||
admin = 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
|
|
|||
Inherited from |
|
Returns 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 |
Creates proper openid_name from short name. >>> user.openid_name == User.openidize_name(user.name) True |
|
Get number of coprs for this user.
|
Return url to libravatar image.
|
|
api_login
|
api_token
|
api_token_expiration
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Sep 10 09:30:19 2013 | http://epydoc.sourceforge.net |