Skip to content

Bypass LastPass, make login case-insensitive

Compare
Choose a tag to compare
@vphantom vphantom released this 08 May 16:17
· 68 commits to master since this release
  • Work around LastPass which interfered with optional password fields for administrators.
  • Make user e-mail addresses case-insensitive and stored in lowercase.

If you are upgrading an existing setup, you need to run the following SQLite command manually on var/main.db:

UPDATE users SET email=LOWER(email);