Skip to content

Commit

Permalink
Merge branch 'release/v20.8.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-c committed Aug 10, 2020
2 parents 52ca6a9 + 4c6083d commit 52e4f15
Show file tree
Hide file tree
Showing 119 changed files with 45,864 additions and 20,957 deletions.
1 change: 1 addition & 0 deletions portal/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ class BaseConfig(object):
USER_ENABLE_CHANGE_USERNAME = False # prereq for disabling username
USER_ENABLE_CONFIRM_EMAIL = False # don't force email conf on new accounts
USER_SHOW_USERNAME_EMAIL_DOES_NOT_EXIST = False
ENABLE_URL_AUTHENTICATED = os.environ.get('ENABLE_URL_AUTHENTICATED', 'false').lower() == 'true'

STAFF_BULK_DATA_ACCESS = True
PATIENT_LIST_ADDL_FIELDS = [] # 'status', 'reports'
Expand Down
Loading

0 comments on commit 52e4f15

Please sign in to comment.