From 04cf3ccbb33913fc087d27ed2ccc7bd60554cfbd Mon Sep 17 00:00:00 2001 From: lhinds Date: Tue, 18 Apr 2017 15:54:57 +0100 Subject: [PATCH] Remove duplicate ENFORCE_PASSWORD_CHECK text This change removes lines 587 to 590, as ENFORCE_PASSWORD_CHECK is now situated at lines 157 to 163 as a HORIZON_CONFIG directive. Change-Id: I8e7e6454955bea672042e20685ab96535b68dc47 --- templates/local_settings.py.erb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/templates/local_settings.py.erb b/templates/local_settings.py.erb index a96c20a6..80811283 100644 --- a/templates/local_settings.py.erb +++ b/templates/local_settings.py.erb @@ -584,11 +584,6 @@ AVAILABLE_THEMES = [ DEFAULT_THEME = '<%= @default_theme %>' <% end %> -# Set this to True to display an 'Admin Password' field on the Change Password -# form to verify that it is indeed the admin logged-in who wants to change -# the password. -#ENFORCE_PASSWORD_CHECK = False - # Modules that provide /auth routes that can be used to handle different types # of user authentication. Add auth plugins that require extra route handling to # this list.