issues with accounts where email address contains '+' character
Created by: nyungmcd
i frequently use my gmail address with a +whatever suffix to help with filtering. (e.g. [email protected] will still send to [email protected] but i can filter by [email protected] to give it a certain label)
i've run into issues on gitlabhq where an account with such an email address
- can add keys, but gitlabhq/gitolite does not seem to use them
- ... thus i'm unable to clone repositories/projects that i've explicitly added such a user to
- gitlabhq is unable to delete them
i apologize that this is a very high-level bug request. to reproduce:
- install latest gitlabhq
- create a user with a + in the email address
- login as this new user
- add ssh public key to account
- add user to a project with at least read/pull access
- attempt to clone that project.