Revision 678b2236 snf-astakos-app/astakos/im/settings.py

b/snf-astakos-app/astakos/im/settings.py
124 124
# Permit local account migration
125 125
ENABLE_LOCAL_ACCOUNT_MIGRATION = getattr(settings, 'ASTAKOS_ENABLE_LOCAL_ACCOUNT_MIGRATION', True)
126 126

  
127
# A dictionary describing the user fields appearing during the second step of third party account creation
127
# A dictionary describing the additional user fields appearing during the second step of third party account creation
128 128
from django import forms
129 129
THIRDPARTY_ACC_ADDITIONAL_FIELDS = getattr(settings, 'ASTAKOS_THIRDPARTY_ACC_ADDITIONAL_FIELDS', {
130 130
    'first_name':None,

Also available in: Unified diff