This repository was archived by the owner on Feb 13, 2019. It is now read-only.

Description
Issue
Google users are allowed to specify capitalization of the email login for their accounts (e.g, [email protected]). The usernames for Simian's ACL groups are case-sensitive. This can be a confusing bug if an admin enters users in lowercase, but Google expects capitalization.
How to replicate
- Log in to Simian as admin and open the ACL groups config page.
- If you have a user whose email login is stored on Google as
[email protected], enter it as [email protected].
- Log out and log back in as [email protected]
- You will not have access.
- Change the ACL entry to
[email protected] and log back in.
- You will have access.