Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • lemonldap-ng lemonldap-ng
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 327
    • Issues 327
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LemonLDAP NGLemonLDAP NG
  • lemonldap-nglemonldap-ng
  • Merge requests
  • !323

Fix 2fa logs (#2858)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Maxime Besson requested to merge fix-2fa-logs-2858 into v2.0 Feb 08, 2023
  • Overview 0
  • Commits 6
  • Pipelines 2
  • Changes 34

This MR attempts to standardize the logs relating to 2FA devices:

# deletion by api
[API] 2FA deletion for $uid: [TOTP]1234
# deletion by manager
2FA deletion for $uid: [TOTP]1234

# use during authen
User $uid authenticated with 2F device [TOTP]1234
# add/remove by user
User $uid registered 2F device [TOTP]1234
User $uid deleted 2F device [TOTP]1234

For consistency, these admin-friendly 2FA identifiers are now displayed in manager:

image

OK for you @maudoux ?

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-2fa-logs-2858