This commit is contained in:
Joseph Schorr 2015-07-13 12:38:19 +03:00
parent 066637f496
commit 1245385808

View file

@ -452,7 +452,7 @@ class UserAuthentication(object):
if decrypted is None: if decrypted is None:
# This is a normal password. # This is a normal password.
if features.REQUIRE_ENCRYPTED_BASIC_AUTH: if features.REQUIRE_ENCRYPTED_BASIC_AUTH:
msg = ('Client login with unecrypted passwords is disabled. Please generate an ' + msg = ('Client login with unencrypted passwords is disabled. Please generate an ' +
'encrypted password in the user admin panel for use here.') 'encrypted password in the user admin panel for use here.')
return (None, msg) return (None, msg)
else: else: