Skip to content

Commit b793331

Browse files
authored
Merge pull request #11522 from Ostap-Zherebetskyi/hotfix/remove_unused_settings
[ENG-10012] Remove unused settings from defaults.py
2 parents 8c206ec + 173aa61 commit b793331

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

website/settings/defaults.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,14 +182,10 @@ def parent_dir(path):
182182

183183
# Triggered emails
184184
OSF_HELP_LIST = 'Open Science Framework Help'
185-
PREREG_AGE_LIMIT = timedelta(weeks=12)
186-
PREREG_WAIT_TIME = timedelta(weeks=2)
187185
WAIT_BETWEEN_MAILS = timedelta(days=7)
188186
NO_ADDON_WAIT_TIME = timedelta(weeks=8)
189187
NO_LOGIN_WAIT_TIME = timedelta(weeks=4)
190-
WELCOME_OSF4M_WAIT_TIME = timedelta(weeks=2)
191188
NO_LOGIN_OSF4M_WAIT_TIME = timedelta(weeks=6)
192-
WELCOME_OSF4M_WAIT_TIME_GRACE = timedelta(days=12)
193189

194190
# Configuration for NO_LOGIN_EMAIL (NotificationType.Type.USER_NO_LOGIN)
195191
MAX_DAILY_NO_LOGIN_EMAILS = 1000

0 commit comments

Comments
 (0)