Only allow push, if user.name is valid

Hi,

is it somehow possible, to restrict all push actions in that way, that our develpers only are allowed to push into the repository, when the username and mail are valid (match with the username defined in the gitlab user-profile)?
Because currently it’s easy possible, to change the username to and push it what is somehow not what we rally want.

regards
guenther

There are [Push Rules](http://docs.gitlab.com/ee/push_rules/push_rules.html#sts=Push Rules) that will ensure that the author of the commit is a GitLab user. This feature is only available in the Enterprise Edition product though.

Thanks