Skip to content

Prevent login for users that don't have the required permission

Aishwarya Subramanian requested to merge fix-login-policy into master

What does this MR do?

Currently, the prevent :log_in policy is not honored, as it was observed that internal users are still able to login via UI.

This MR aims to fix this by preventing login for users that do not have the permission to do so.

There were few amendments made as part of this change, please look into the specific comments in the MR for these changes.

Mentions #213003 (closed) Required for #210057 (closed)

Screenshots

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 Aishwarya Subramanian

Merge request reports