Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.0][IMP] auth_admin_passkey: option for TOTP/2FA bypass for admin passkey #624

Closed
wants to merge 2 commits into from

Commits on Mar 13, 2024

  1. [IMP] option for TOTP/2FA bypass for admin passkey

    In the res_users.py file, the `ignore_totp` session variable is now set based on the value of the `auth_admin_passkey_ignore_totp` configuration option. If the option is enabled, the `ignore_totp` session variable is set to True. This ensures that the `_mfa_url` method returns None when `ignore_totp` is True, effectively bypassing the 2FA check.
    codeagencybe authored and astirpe committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    8bd6f78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f138da2 View commit details
    Browse the repository at this point in the history