Skip to content
  1. Feb 13, 2024
    • Ludovic LANGE's avatar
      [ovh] fix 2FA authentication changes · 0c494ed3
      Ludovic LANGE authored and eraby-fr's avatar eraby-fr committed
      It seems the page to choose the 2FA method (u2f, totp, ...) has changed a little bit,
      while other page still use the previous layout.
      We now handle both (form name, message).
      0c494ed3
    • Ludovic LANGE's avatar
      [ovh] fix OVH login · ac06103e
      Ludovic LANGE authored and eraby-fr's avatar eraby-fr committed
      ac06103e
    • Ludovic LANGE's avatar
      [ovh] Handle user-activated double factor authentication · 4644ba27
      Ludovic LANGE authored and eraby-fr's avatar eraby-fr committed
      OVH lets the user enable (or not) a 2fa, which is used during each regular login.
      It's now possible to manage this 2fa with 2 new (optional) config values:
      * `2fa_type` let you choose the type of 2fa (between `totp`, `sms`, `u2f`, `staticOTP`)
      * `2fa_value` let you handle the value of this second factor.
      
      You have multiple options for the value of the 2fa:
      * You may let `2fa_value` absent or empty, in which case weboob should ask you
      for the value to use at the time it is needed. You'll be able to use your TOTP
      (mobile) application, check your received SMS, use a security code, ...
      * You may also choose to use an external tool which will provide the value
      (e.g. PasswordStore with OTP extension, an SMS reading application, ...)
      
      Note: For the moment, the 'u2f' method needs specific information sent to the key
      which are not available in this interface (challenge, list of registered keys).
      Please do not use it at this time.
      
      Note: OVH sometimes chokes when forms are sent too frequently. As the 2FA handling
      needs to submit at least one or two forms, we slow down things a bit with
      a sleep() call.
      4644ba27
  2. May 23, 2023
  3. Apr 08, 2023
  4. Mar 05, 2023
  5. Feb 12, 2023
  6. Feb 11, 2023
  7. Feb 04, 2023
  8. Jan 29, 2023
  9. Aug 08, 2022
  10. Jun 22, 2022
  11. Apr 11, 2021
  12. Apr 08, 2021
  13. Apr 04, 2021
  14. Apr 08, 2020
  15. Feb 12, 2020
  16. Jan 30, 2020
  17. Nov 20, 2019
  18. Nov 09, 2019
  19. Mar 16, 2019
  20. Feb 27, 2019
  21. Feb 24, 2019
  22. Jan 23, 2019
  23. Jan 06, 2019
  24. Jul 29, 2018
    • Florian Duguet's avatar
      [ovh] fix login · ffa4a56b
      Florian Duguet authored and Romain Bignon's avatar Romain Bignon committed
      they have just changed a url after login step
      
      Closes: 8324@sibi 9395@sibi
      ffa4a56b
    • Florian Duguet's avatar
      [ovh] fix login · c739a70a
      Florian Duguet authored and Romain Bignon's avatar Romain Bignon committed
      add try except to relog when get 401 in locate_browser
      and set STATE_DURATION to 10 minutes to expire cookies
      because it's always possible to login every time we synchronise.
      
      Closes: 715@sibi 1046@sibi 2988@sibi
      c739a70a
  25. May 05, 2018
  26. Mar 03, 2018
  27. Jan 14, 2018