Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Username case insensitive and username to lowercase (#251)
* [Add] check username case insensitive * [Fix] Variable bad defined * [Update] Change error handler * [Update] Change check in save by clean_username * [Fix] Return username after clean * [Add] Clear code * [Fix] Save username in lowercase * [Update] transaltions files * [Update] Username exits query * [Add] username to lowercase * [Add] check username case insensitive * [Fix] Variable bad defined * [Update] Change error handler * [Update] Change check in save by clean_username * [Fix] Return username after clean * [Add] Clear code * [Fix] Save username in lowercase * [Update] transaltions files * [Update] Username exits query * [Add] username to lowercase * [Fix] Indentation * [Fix] locale checkout from master * [Fix] Typo error in exception raise * [Fix] Reorder lower() [Fix] alphabetize imports * [Update] change to new registration form with username lowercase [Add] Test for RegistrationFormUsernameLowercase * [Add] new form username to lower case to docs * [Fix] RegistrationFormUniqueEmail in docs * [Add] documentation in right place * [Remove] removed docs from docs directory * [Fix] Indentantion and white spaces * [Fix] failed attribute in check if username exits * [Fix] Filter with username customizable field * [Fix] Removed white space after `{`
- Loading branch information