Customize third party signup form fields
[astakos] / snf-astakos-app / astakos / im / settings.py
index e674108..2e035c3 100644 (file)
@@ -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,