Disable user creation mails if ldap auth is used
Created by: thomasdupas
Users were complaining of a confusing mail they received with a gitlab password, while they had to use ldap auth.
There is no point in sending the user a password which they shouldn't use (and can't use unless they choose "other auth method" in the login screen, which only increases the confusion)
Created by: raphendyr
I have made this in generic way in my fork https://github.com/raphendyr/gitlabhq/commit/ae7d5505e34c602c8221fe3a9b1f1f64062f33ec
Above is based on PR #3046.
By Administrator on 2013-02-22T14:10:11 (imported from GitLab project)
Created by: amacarthur
This is already fixed in a pull request that hasn't been pulled into master yet. Could we consolidate on a single fix?
https://github.com/gitlabhq/gitlabhq/pull/1505
By Administrator on 2013-02-22T15:51:16 (imported from GitLab project)