X-Git-Url: https://code.grnet.gr/git/astakos/blobdiff_plain/ef20ea0704193679408711168b6635e1be8038c0..678b2236de5d9cd11bf4cc65519d57b95ffa053b:/snf-astakos-app/astakos/im/settings.py diff --git a/snf-astakos-app/astakos/im/settings.py b/snf-astakos-app/astakos/im/settings.py index e674108..2e035c3 100644 --- a/snf-astakos-app/astakos/im/settings.py +++ b/snf-astakos-app/astakos/im/settings.py @@ -124,7 +124,7 @@ NEWPASSWD_INVALIDATE_TOKEN = getattr(settings, 'ASTAKOS_NEWPASSWD_INVALIDATE_TOK # Permit local account migration ENABLE_LOCAL_ACCOUNT_MIGRATION = getattr(settings, 'ASTAKOS_ENABLE_LOCAL_ACCOUNT_MIGRATION', True) -# A dictionary describing the user fields appearing during the second step of third party account creation +# A dictionary describing the additional user fields appearing during the second step of third party account creation from django import forms THIRDPARTY_ACC_ADDITIONAL_FIELDS = getattr(settings, 'ASTAKOS_THIRDPARTY_ACC_ADDITIONAL_FIELDS', { 'first_name':None,