Hello everyone,
I have an issue using the authenticator app for logging in with OTP, I have created a GitHub issue here OTP Verification not working with Authenticator app · Issue #10170 · frappe/frappe · GitHub
The steps taken are as follows:
- ssh to the server hosting ERPNext change directory to the bench folder and enter the command bench --site [sitename] set-config enable_two_factor_auth true
- Login to ERPNext, Click on the “Explore” icon and navigate to the Setup page
- On the Setup page, click on the “Systems Settings” link under “Settings” page
- On the System settings page click on the Two Factor Authentication dropdown and configure it to use the OTP App
- Logout and attempt to log in again, the following message will appear
- Check the inbox of the email used for logging into ERPNext, open the mail and follow the instructions
- Clicking the link in the received email redirects to a page, which includes instructions and a barcode to be scanned by the authentication app
- Open your authentication app and scan the code to receive a pin
- Inputting the code on the login page returns “Invalid Login” Error
Please does anyone have any experience with OTP on ERPNext, I can’t seem to find where I am going wrong