Remove accept terms checkbox for signup
To remove obstacles in our signup process, we now only render a text that states that the user accepts the terms of service when clicking register instead of checking the checkbox.
显示
- app/controllers/registrations_controller.rb 2 个添加, 28 个删除app/controllers/registrations_controller.rb
- app/views/devise/shared/_experimental_separate_sign_up_flow_box.html.haml 1 个添加, 10 个删除.../shared/_experimental_separate_sign_up_flow_box.html.haml
- app/views/devise/shared/_signup_box.html.haml 1 个添加, 7 个删除app/views/devise/shared/_signup_box.html.haml
- app/views/devise/shared/_terms_of_service_notice.html.haml 5 个添加, 0 个删除app/views/devise/shared/_terms_of_service_notice.html.haml
- changelogs/unreleased/nicolasdular-remove-tos-checkobx.yml 5 个添加, 0 个删除changelogs/unreleased/nicolasdular-remove-tos-checkobx.yml
- ee/app/views/trial_registrations/_signup_box.html.haml 1 个添加, 5 个删除ee/app/views/trial_registrations/_signup_box.html.haml
- ee/spec/features/trial_registrations/signup_spec.rb 0 个添加, 2 个删除ee/spec/features/trial_registrations/signup_spec.rb
- lib/gitlab/experimentation.rb 0 个添加, 3 个删除lib/gitlab/experimentation.rb
- locale/gitlab.pot 1 个添加, 7 个删除locale/gitlab.pot
- qa/qa/page/main/sign_up.rb 0 个添加, 3 个删除qa/qa/page/main/sign_up.rb
- spec/controllers/registrations_controller_spec.rb 11 个添加, 125 个删除spec/controllers/registrations_controller_spec.rb
- spec/features/users/signup_spec.rb 3 个添加, 36 个删除spec/features/users/signup_spec.rb
想要评论请 注册 或 登录