Statistics
| Branch: | Tag: | Revision:

root / astakos / im / urls.py @ 527d3f56

History | View | Annotate | Download (3.6 kB)

# Date Author Comment
2126d85d 02/02/2012 04:50 pm Sofia Papagiannaki

remove ACTIVATION_LOGIN_TARGET & SIGNUP_TARGET settings

d6ae71a2 02/02/2012 02:26 pm root

Remove accepted flag (change to consumed) and invitation login target.

7482228b 02/02/2012 01:08 pm Sofia Papagiannaki

fix logout view

63ecdd20 02/02/2012 12:31 pm Sofia Papagiannaki

Set cookie and delete cookie and other minor changes.

  • move login and setting cookie in one place (prepare_response)
  • delete cookie in logout
  • delete unused imports
  • change requires_anonymous to redirect to logout with next
a196eb7e 02/01/2012 05:24 pm Sofia Papagiannaki

Several minor changes

  • change visible fields in user profile page
  • change visible fields in user modification administrator page
  • enable administrator to update user quota
  • read default user level from settings
  • show sent invitations and status in user invite page...
01cc1929 01/25/2012 03:46 pm Sofia Papagiannaki

change reset_password_redirect url

e2125441 01/25/2012 02:03 pm Sofia Papagiannaki

fix password_reset email link & subject

Refs: #1935

6b4f9fb2 01/23/2012 04:57 pm Sofia Papagiannaki

Merge branch 'use-django-user-model'

Conflicts:
astakos/middleware/auth.py

794852f2 01/23/2012 04:06 pm Sofia Papagiannaki

Several minor changes:

- create im/migrations (for south use)
- fixture for django_site
- fix ExtendedUserCreationForm: use AstakosUser instead of django.contrib.auth.models.User
- do not redirect to profile page after login if request.user is superuser

890b0eaf 01/22/2012 09:12 pm Sofia Papagiannaki

add docs
-incorporate CsrfViewMiddleware
-change tamplates to render forms
-change email template location
-api.activate() returns only information about token
In prepare_response, instead of setting the cookie, log the user in
- use django.contrib.auth.views for reseting and changing user password...

aba1e498 01/19/2012 07:43 pm Antony Chazapis

Change license year.

0905ccd2 01/17/2012 02:20 pm Sofia Papagiannaki

restructure app
- extend django user model
- pass template_name and extra_context in views
- incorporate context processors
- use different backends for invitations and simple workflow

Refs: #1823

824d1af9 01/11/2012 03:09 pm Sofia Papagiannaki

enable login/invitation url

64cd4730 01/09/2012 04:42 pm Antony Chazapis

Initial commit. Move from pithos repository.