Skip to content

Commit

Permalink
Bugfix: ASCENDER_CREATE_AZURE_AD variable in settings misspelled.
Browse files Browse the repository at this point in the history
  • Loading branch information
ropable committed Oct 27, 2023
1 parent 8a9c9ff commit 93c4735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itassets/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
# processes if their associated job in Ascender has a termination date in the past.
ASCENDER_DEACTIVATE_EXPIRED = env('ASCENDER_DEACTIVATE_EXPIRED', False)
# Flag to control whether new Azure AD accounts should be created during sync.
ASCENDER_CREATE_AZURE_AD = env('A6CENDER_CREATE_AZURE_AD', False)
ASCENDER_CREATE_AZURE_AD = env('ASCENDER_CREATE_AZURE_AD', False)
# Flag to set how many days ahead of their start date a new AD account should be created.
# False == no limit. Value should be a positive integer value.
ASCENDER_CREATE_AZURE_AD_LIMIT_DAYS = env('ASCENDER_CREATE_AZURE_AD_LIMIT_DAYS', -1)
Expand Down

0 comments on commit 93c4735

Please sign in to comment.