Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / views.py @ be3de0d6

History | View | Annotate | Download (19.2 kB)

# Date Author Comment
0a569195 04/21/2012 11:00 pm Sofia Papagiannaki

ask acknowledgment for switching local account to shibboleth one

  • unique email and is_active combination (use django model validation)
  • use different template for rendering shibboleth signup form
  • do not show groups in profile page
  • do not show provider in third-party signup forms...
672d445a 04/11/2012 07:11 pm Sofia Papagiannaki

Ratelimit login attempts

Refs: #2267

d37e4e21 04/10/2012 04:13 pm Sofia Papagiannaki

Merge branch 'master' of https://code.grnet.gr/git/astakos into 0.5

Conflicts:
snf-astakos-app/astakos/im/models.py
snf-astakos-app/astakos/im/views.py

4e30244e 04/09/2012 05:26 pm Sofia Papagiannaki

support shibboleth with invitations & enable modifyuser command to remove a user group

Refs: #2167

18ffbee1 04/07/2012 06:36 pm Sofia Papagiannaki

add support for groups

176023aa 04/06/2012 04:08 pm Kostas Papadimitriou

Redirect to index if no approval terms found

8f5a3a06 04/03/2012 02:35 pm Sofia Papagiannaki

change authentication methods: progress I

c1abda6f 04/02/2012 12:52 pm Sofia Papagiannaki

upon successfully submitting the form, approval terms view redirects in index page if no next is specified.

Refs: #2019

586967c0 03/26/2012 01:18 pm Sofia Papagiannaki

do not approval terms form if user has already signed the terms

Refs: #2019

270dd48d 03/21/2012 03:35 pm Sofia Papagiannaki

Force user to accept service terms

Refs: #2019

683cf244 03/14/2012 05:14 pm Sofia Papagiannaki

change signup flow, remove activateuser command and introduce sendactivation command

4abc7b29 03/13/2012 05:05 pm Sofia Papagiannaki

change email templates

f534fb96 03/08/2012 03:00 pm Sofia Papagiannaki

fix internal astakos menu & minor other changes:

  • invoke `get_menu` to dynamically load navigation items
  • fix cloudbar settings
  • fix httplib2 requirement
8316698a 03/07/2012 06:02 pm Sofia Papagiannaki

Automatically activate users whose email matches specific email patterns defined in settings (ASTAKOS_RE_USER_EMAIL_PATTERNS) & minor other fixes:

  • introduce email_verified AstakosUser field and if False during signup send email verification
  • show recaptcha fields in signup form in case of invited user...
0d02a287 03/02/2012 06:57 pm Sofia Papagiannaki

changes in cloudier and signup & logout behavior

Refs: #2146

27993be5 02/23/2012 05:36 pm Kostas Papadimitriou

Repo refactor and webproject hooks fixes