From 1245385808dcc7cf1c0987fdf72a1b28761ddf2f Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Mon, 13 Jul 2015 12:38:19 +0300 Subject: [PATCH] Fix typo --- data/users.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/users.py b/data/users.py index 83b003401..676771945 100644 --- a/data/users.py +++ b/data/users.py @@ -452,7 +452,7 @@ class UserAuthentication(object): if decrypted is None: # This is a normal password. 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.') return (None, msg) else: