Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / management / commands / sendactivation.py @ cfb15117

History | View | Annotate | Download (2.5 kB)

# Date Author Comment
751d24cf 05/30/2012 01:38 pm Sofia Papagiannaki

Register the date a user activation email sent and reset it when the user becomes active (for future use)

This field can have the following values:
  • epoch: signifies the user has been created before adding the specific field (so we have no actually information whether an activation email has been sent or not)...
e939cf3d 04/30/2012 12:29 pm Sofia Papagiannaki

snf-manage commands: do not send activation email in active users & do not allow inactive users to send invitations

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...
18ffbee1 04/07/2012 06:36 pm Sofia Papagiannaki

add support for groups

067961d3 03/16/2012 01:40 pm Sofia Papagiannaki

Merge branch 'master' into aquarium

Conflicts:
snf-astakos-app/Changelog
snf-astakos-app/README
snf-astakos-app/astakos/im/api.py
snf-astakos-app/astakos/im/backends.py
snf-astakos-app/astakos/im/context_processors.py
snf-astakos-app/astakos/im/functions.py...

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

change signup flow, remove activateuser command and introduce sendactivation command