Add optional signup
Created by: maxlazio
Adds an option to gitlab config that will enable user signup. By default, signup is disabled. When signup is enabled, email that user receives on signup doesn't contain the password for security reasons.
This option is useful for companies and universities where administrator cannot add all users manually. https://groups.google.com/d/msg/gitlabhq/ANAmyqP4m5U/ZqBGEWWVbhsJ
Merge request reports
Activity
- app/controllers/registrations_controller.rb 0 → 100644
1 class RegistrationsController < Devise::RegistrationsController 2 before_filter :signup_enabled? 3 4 private Created by: ariejan
I'm missing feature specs for the entire process (except the sending of the email).
Also, test suite seems broken, you mee need to update your branch.
By Administrator on 2012-12-07T09:25:05 (imported from GitLab project)
By Administrator on 2012-12-07T09:25:05 (imported from GitLab)
Created by: maxlazio
@ariejan Thank you very much for your suggestions. I've also added more tests and after updating the branch I have all tests pass: https://gist.github.com/5e8f0d6b764fe0198915 https://gist.github.com/735c6dccb1131e572476
By Administrator on 2012-12-11T10:56:40 (imported from GitLab project)
By Administrator on 2012-12-11T10:56:40 (imported from GitLab)
Unable to load the diff Created by: maxlazio
That is a great idea. However, I would like to keep that separate from this MR and make it a separate feature. Would that be an option?
By Administrator on 2013-01-18T10:58:45 (imported from GitLab project)
By Administrator on 2013-01-18T10:58:45 (imported from GitLab)
Created by: dzaporozhets
@maxlazio seems ok for me
By Administrator on 2013-01-18T13:17:27 (imported from GitLab project)
By Administrator on 2013-01-18T13:17:27 (imported from GitLab)