Skip to content

Convert the sign-up settings section from Rails to Vue

What does this MR do?

Converts the form found in Admin Area > Settings > General > Sign-up Restrictions from a Ruby on Rails based form to a Vue controlled form.

This is the first step required for having a stateful confirmation modal as described in #293018 (closed)

Screenshots

Before After
before after

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Andrei Stoicescu

Merge request reports