M
|
MikeT 5/16/2024 |
Do you have any evnt code running in before or after login Events? My solution was to let any redirecting and other necessary login code run on the menu page which is set as the landing page. |
P
|
PK author 5/17/2024 |
Thank you Mike. Thanks so much |
M
|
MikeT 5/21/2024 |
Really hard to tell without seeing the db and application. Maybe monitor the users table during a test with phpMyAdmin or something else. You need a TOTP and a two_factor field there as far as I remember. |
J
|
JeffDeveloper 5/22/2024 |
Hi PK I had the exact same issue. Apparently, you need to just go to the SQL query in your PHPRunner project. See attached screenshot. Make sure you have the totp and two_factor ticked. Then in here by fields tab in the PHPRunner project, leave the two completely unticked.
And that is what worked for me. |
P
|
PK author 5/22/2024 |
JeffDeveloper, it was really that simple. Thanks you so much...my client was about to reject the project becuase OTP was not working...so so relieved. I wonder why this is not in the documentation. The totp field was not created automatically, so I created and added it on the query page with two_factor and that was it. Thanks agian |