You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Tutor v14.0.1.
I created a plugin to disable account deletion but it didn't work.
I 've tried:
(
"openedx-lms-common-settings",
"FEATURES['ENABLE_ACCOUNT_DELETION'] = False"
)
AND
(
"openedx-common-settings",
"FEATURES['ENABLE_ACCOUNT_DELETION'] = False"
)
The text was updated successfully, but these errors were encountered:
I am using Tutor v14.0.1.
I created a plugin to disable account deletion but it didn't work.
I 've tried:
(
"openedx-lms-common-settings",
"FEATURES['ENABLE_ACCOUNT_DELETION'] = False"
)
AND
(
"openedx-common-settings",
"FEATURES['ENABLE_ACCOUNT_DELETION'] = False"
)
The text was updated successfully, but these errors were encountered: