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
This commit is contained in:
lhinds 2017-04-18 15:54:57 +01:00
parent 47aeba3f5b
commit 04cf3ccbb3
1 changed files with 0 additions and 5 deletions

View File

@ -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.