| Author |  | 
      
        | solkmaaker Senior Member
 
  
 
 Joined: 28 June 2020
 Online Status: Offline
 Posts: 192
 | 
          You are sending all 2FA data (including secret) to google when you are using google QR code generator (which does not work any more)?
           | Posted: 26 April 2024 at 1:13pm | IP Logged |   |  
           | 
 |  
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          We did indeed, in the new version this won't be happening. The new version is now being thoroughly tested, and will be released once the testing is done. Thank you.
           | Posted: 27 April 2024 at 12:16am | IP Logged |   |  
           | 
 |  
 --
 Regards,
 Igor, Afterlogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | solkmaaker Senior Member
 
  
 
 Joined: 28 June 2020
 Online Status: Offline
 Posts: 192
 | 
          For those who want to get it working until improved version is available:
           | Posted: 27 April 2024 at 1:37am | IP Logged |   |  
           | 
 |  
 Replace line:
 
 
| Code: 
 
    
    | 
      
       | return 'https://chart.googleapis.com/chart?chs='.$width.'x'.$height.'&chld='.$level.'|0&cht=qr&chl='.$urlencoded.'';* |  |  |  With:
 
 
| Code: 
 
    
    | 
      
       | return 'https://api.qrserver.com/v1/create-qr-code/?data='.$urlencoded.'&size='.$width.'x'.$height.''; |  |  |  
 in file: /vendor/afterlogic/googleauthenticator/PHPGangsta/GoogleAuthenticator.php
 
 This is not good solution, since it just sends data to another provider.
 Use it at your own risk.
 
 Igor, is the new version going to minor or major version of product?
 
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          I believe this is going to be 9.7.8 but it still may change.
           | Posted: 27 April 2024 at 1:39am | IP Logged |   |  
           | 
 |  
 And thank you for the fix!
 
 --
 Regards,
 Igor, Afterlogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  |