Skip to content

Convert smartcard button to Pajama style

Eduardo Sanz García requested to merge eduardosanz/smartcard-pajamas into master

What does this MR do and why?

  • Convert Login with smartcard button to Pajama style
  • Fix padding issue when the restyle_login_page is disabled

Changelog: changed EE:true

Screenshots or screen recordings

Restyle enabled

Before After
image image

Restyle disabled

Before After
image image

How to set up and validate locally

  1. Enable smartcard login by adding the following in gitlab.yml:
  smartcard:
    enabled: true
    ca_file: '/etc/ssl/certs/CA.pem'
    client_certificate_required_host: smartcard.example.com
    client_certificate_required_port: 3443
  1. On an incognito window go to /users/sign_in

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