Statistics
| Branch: | Tag: | Revision:

root / pithos / im / target / util.py @ b4c241e6

History | View | Annotate | Download (3.7 kB)

# Date Author Comment
b4c241e6 11/24/2011 02:04 pm Sofia Papagiannaki

Profile page after login

- enable/disable by setting FORCE_PROFILE_UPDATE
- db migration add_field_user_is_verified
- change template inheritance

Refs: #1584

91560b09 11/16/2011 02:21 pm Sofia Papagiannaki

Do not pass on user and token if on the same server.

Refs #1634

9afb87c8 11/07/2011 12:04 pm Antony Chazapis

Fix invitations.

26986f1c 11/07/2011 11:35 am Antony Chazapis

Users that log in, are at invitations level 0.

9a43d4b9 10/27/2011 04:48 pm Giorgos Verigakis

Invitation improvements

Create the appropriate level and invitations when
a user is created.

Refs #1459

552ea518 10/26/2011 10:45 pm Antony Chazapis

Manage cookie in middleware. Collect all login targets into one module and share common code. Automatically redirect to login page from admin if not authenticated.

Refs #1459