Implement feedback fixes BE
- redirect users to almost there page after signing up when soft_email_confirmation is not enabled - remove enabled_since code for feature flags, since it is unreliable - add User#role_required? and User#set_role_required! methods to ‘abuse’ the role column in order to determine whether the role is required - store the requested url and redirect there after setting the role - add flash notice after successful signup - enable invisible captcha when signup_flow experiment is enabled - change `Welcome to GitLab.com` text to `Welcome to GitLab` in order to apply to Self hosted instances as well - cancel the signup_notice flash in the create action, where it is set
Showing
Please register or sign in to comment