Convert smartcard button to Pajama style
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 |
---|---|
Restyle disabled
Before | After |
---|---|
How to set up and validate locally
- 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
- 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.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Eduardo Sanz García