Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / auth.py @ 27e51b28

History | View | Annotate | Download (3.2 kB)

# Date Author Comment
1808f7bc 11/25/2013 03:47 pm Giorgos Korfiatis

astakos: Refactor user creation

Provide auth.make_user() as the single way to create a new user. This
function is responsible to set all automatically generated fields, such as
username, uuid, and token. Clean up AstakosUser.save(), that used to
update these fields, and remove AstakosUser.__init__(). Remove trigger...