diff --git a/seahub/settings.py b/seahub/settings.py index 7dd60735b4..5d9cc6bb7d 100644 --- a/seahub/settings.py +++ b/seahub/settings.py @@ -577,7 +577,7 @@ ENABLE_TWO_FACTOR_AUTH = False OTP_LOGIN_URL = '/profile/two_factor_authentication/setup/' # Enable personal wiki, group wiki -ENABLE_WIKI = True +ENABLE_WIKI = False ##################### # External settings #