This pull request is intended to add the ability for users to configure a TOTP secret on a local authenticator to provide 2FA. Here's what it changes:
Adds a TOTP code field to the login screen, and prevents log in if the code is incorrect for users with 2FA enabled.
Adds the ability to configure a TOTP secret through a user's login settings page.
This pull request is intended to add the ability for users to configure a TOTP secret on a local authenticator to provide 2FA. Here's what it changes:
- Adds a TOTP code field to the login screen, and prevents log in if the code is incorrect for users with 2FA enabled.
- Adds the ability to configure a TOTP secret through a user's login settings page.
This repo is archived. You cannot comment on pull requests.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This pull request is intended to add the ability for users to configure a TOTP secret on a local authenticator to provide 2FA. Here's what it changes: