Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (7.4 kB)

# Date Author Comment
cfb15117 07/19/2012 12:57 pm Sofia Papagiannaki

extend modifyuser command by enabling provider modification and password renewal

30dc8c1a 05/21/2012 03:27 pm Sofia Papagiannaki

Provide api calls for permitting helpdesk users to access user information by user email and by username

Refs: #2414

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

27e26a41 04/26/2012 01:35 pm Sofia Papagiannaki

handle AstakosUser model validation error

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...
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

ebd369d0 03/09/2012 03:05 pm Sofia Papagiannaki

merge with master

fc28d013 02/24/2012 02:08 pm Sofia Papagiannaki

fix bugs

  • welcome_email.txt template location
  • in activateuser do not change user's state in case of send_email failure
  • fix inviteuser
27993be5 02/23/2012 05:36 pm Kostas Papadimitriou

Repo refactor and webproject hooks fixes