Reasonably basic User definition.
|
|
|
|
|
_set_password(self,
cleartext_password)
Run cleartext_password through the hash algorithm before saving. |
source code
|
|
|
|
set_password_raw(self,
password)
Save the password as-is to the database. |
source code
|
|
|
|
| _SO_addTG_Group(self,
obj) |
|
|
|
|
| _SO_from_python_childName(value,
state) |
|
|
|
|
| _SO_from_python_created(value,
state) |
|
|
|
|
| _SO_from_python_display_name(value,
state) |
|
|
|
|
| _SO_from_python_email_address(value,
state) |
|
|
|
|
| _SO_from_python_password(value,
state) |
|
|
|
|
| _SO_from_python_user_name(value,
state) |
|
|
|
|
|
|
|
|
|
|
| _SO_get_display_name(self) |
|
|
|
|
| _SO_get_email_address(self) |
|
|
|
|
|
|
|
|
|
|
|
|
|
| _SO_removeTG_Group(self,
obj) |
|
|
|
|
| _SO_set_childName(self,
val) |
|
|
|
|
| _SO_set_created(self,
val) |
|
|
|
|
| _SO_set_display_name(self,
val) |
|
|
|
|
| _SO_set_email_address(self,
val) |
|
|
|
|
| _SO_set_password(self,
val) |
|
|
|
|
| _SO_set_user_name(self,
val) |
|
|
|
|
| _SO_to_python_childName(value,
state) |
|
|
|
|
| _SO_to_python_created(value,
state) |
|
|
|
|
| _SO_to_python_display_name(value,
state) |
|
|
|
|
| _SO_to_python_email_address(value,
state) |
|
|
|
|
| _SO_to_python_password(value,
state) |
|
|
|
|
| _SO_to_python_user_name(value,
state) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| _set_childName(self,
val) |
|
|
|
|
|
|
|
| _set_display_name(self,
val) |
|
|
|
|
| _set_email_address(self,
val) |
|
|
|
|
| _set_user_name(self,
val) |
|
|
|
|
|
|
|
| removeTG_Group(self,
obj) |
|
|
|
Inherited from sqlobject.inheritance.InheritableSQLObject:
destroySelf
Inherited from sqlobject.inheritance.InheritableSQLObject (private):
_create,
_reprItems
Inherited from sqlobject.main.SQLObject:
__eq__,
__ge__,
__gt__,
__init__,
__le__,
__lt__,
__ne__,
__repr__,
__sqlrepr__,
expire,
set,
sync,
syncUpdate,
tablesUsedImmediate
Inherited from sqlobject.main.SQLObject (private):
_SO_finishCreate,
_SO_foreignKey,
_SO_getID,
_SO_getValue,
_SO_loadValue,
_SO_selectInit,
_SO_setValue,
_expired,
_init
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__str__
|
|
|
| by_email_address(cls,
val,
connection=None) |
source code
|
|
|
|
|
|
Inherited from sqlobject.inheritance.InheritableSQLObject:
get,
select,
selectBy
Inherited from sqlobject.inheritance.InheritableSQLObject (private):
_SO_setupSqlmeta,
_findAlternateID,
_notifyFinishClassCreation
Inherited from sqlobject.main.SQLObject:
clearTable,
coerceID,
createIndexes,
createIndexesSQL,
createJoinTables,
createJoinTablesSQL,
createTable,
createTableSQL,
delete,
deleteBy,
deleteMany,
dropJoinTables,
dropTable,
setConnection,
sqlrepr,
tableExists
Inherited from sqlobject.main.SQLObject (private):
_SO_cleanDeprecatedAttrs,
_SO_depends,
_SO_fetchAlternateID,
_getJoinsToCreate
|