Skip to content

Commit

Permalink
Merge pull request #306 from project-sunbird/emailFix
Browse files Browse the repository at this point in the history
Issue fix to convert all email to lowerCase
  • Loading branch information
amolnin authored Jan 2, 2019
2 parents 285fad5 + f27f371 commit d78c911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common-util/src/main/resources/externalresource.properties
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ sunbird_sso_realm=
sunbird_keycloak_required_action_link_expiration_seconds=155520000
sunbird_url_shortner_enable=false
sunbird_user_profile_field_default_visibility=public
sunbird_api_request_lower_case_fields=source,externalId,userName,provider,loginId
sunbird_api_request_lower_case_fields=source,externalId,userName,provider,loginId,email
# Textbook TOC Api
sunbird_content_read_api=/content/v3/read
textbook_toc_allowed_content_types=TextBook,Collection,LessonPlan
Expand Down

0 comments on commit d78c911

Please sign in to comment.