Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (2.8 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

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

Users that log in, are at invitations level 0.

390c4b88 11/02/2011 03:58 pm Giorgos Verigakis

Invitations improvements

  • Resend email on duplicate emails without
    creating a new invitation.
  • Return the list of sent invitations on the
    API call.
  • Move invitation levels to settings

Refs #1588
Refs #1599

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