Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / backends.py @ 4c0174a9

History | View | Annotate | Download (12 kB)

# Date Author Comment
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

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...
2131d88a 03/05/2012 12:51 am Sofia Papagiannaki

Refs: #2141
Refs: #2146

0e17d1ad 03/01/2012 03:28 pm Sofia Papagiannaki

not send admin notification email if ASTAKOS_DEFAULT_ADMIN_EMAIL is not set

Refs: #2116

bef3bf46 03/01/2012 01:23 pm Kostas Papadimitriou

Fallback on HTTP_X_REAL_IP meta to retrieve client ip

thats where nginx sets the client ip

2ecbbc70 03/01/2012 12:06 pm Sofia Papagiannaki

notify administrator by email when an inactive account is created

Ref: #2116

db7fecd9 03/01/2012 11:07 am Sofia Papagiannaki

add captcha field in local user creation form

Ref: #2117

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

Repo refactor and webproject hooks fixes