forked from External/greenlight
master #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "External/greenlight:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Upgrade Fork to latest External
This patch makes parsing booleans from configuration settings more resilient to ensure no accidental errors occur e.g. due to the use of upper or lowercase letters. Example: Without this patch, the following configuration would disable Greenlight accounts which is quite unexpected behavior from a users perspective: ALLOW_GREENLIGHT_ACCOUNTS=True Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>