* forces lang to be in available locales * triggers user_login_failed only when we have a username and password
-- Sebastien Mirolo <smirolodjaodjin.com> Fri, 5 Jan 2024 12:10:00 -0700
0.9.1
* adds multiple API keys per user * sends verification codes as an alternative to URL links * supports OpenAPI 3 schema for API documentation * prevents a HEAD HTTP request to expire one-time reset links
-- Sebastien Mirolo <smirolodjaodjin.com> Wed, 27 Dec 2023 12:45:00 -0700
0.9.0
* introduces phone verification backend * compatibles with Bootstrap5 * silences bots POSTing to `regsiter/.` * fixes `phonenumber.to_python` may return `None` * fixes forgot password when a `User` is deleted but not `Contact`
* removes connection btw user and contact on delete * fixes activation with e-mail that looks like a bot * verifies and activates contact with no user * restores workflow to recover password from an e-mail
* disables update of e-mail for SSO workflows * fixes 500 posting to incorrect /recover/ URL * finds Signup model matching e-mail case insensitive and with user or not
-- Sebastien Mirolo <smirolodjaodjin.com> Thu, 18 May 2023 16:25:00 -0700