Skip to content

Convert the CROWD sign-in form to Pajamas

What does this MR do and why?

This is part 3 of a series of MRs to clean-up, improve and normalize the structure of the sign-in pages.

Changelog: changed

Screenshots or screen recordings

General sign-in page

Before After
image image

Admin mode

Before After
image image

The Remember me option shouldn't be displayed. We do the same for the LDAP and normal sign-ins in the Admin mode.

We renamed the Sign in button to Enter admin mode to make it consistent with the other tabs.

How to set up and validate locally

  1. Enable CROWD following this guide
  2. Play with both, new and old styles: echo "Feature.disable(:restyle_login_page)" | gdk rails console
  3. [Optional] Enable the Admin Mode in Admin > Settings > General > Sign-in restrictions
  4. On an incognito window, go to the main page: https://gdk.test:3443/admin
  5. [Optional] Enter the admin area: https://gdk.test:3443/admin

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Eduardo Sanz García

Merge request reports

Loading