From 0f97a6df06ca0a783d8779d432e8ae06b3d9b2cc Mon Sep 17 00:00:00 2001 From: Daniel Reis Date: Mon, 15 May 2017 13:32:11 +0100 Subject: [PATCH] Note that existing logins are converted to lowercase --- auth_user_case_insensitive/README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/auth_user_case_insensitive/README.rst b/auth_user_case_insensitive/README.rst index 2e3d450ad..87e17ec39 100644 --- a/auth_user_case_insensitive/README.rst +++ b/auth_user_case_insensitive/README.rst @@ -16,6 +16,9 @@ Installation Install this module as you would any other. No further configuration is required. +Note that upon installation the existing logins will all be converted to lowercase. + + Bug Tracker ===========