v5.2.0 #339
Bubka
announced in
Announcements
v5.2.0
#339
Replies: 1 comment
-
You probably need to add this to installation/upgrade instructions for self-hosted apache server: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
2FAuth v5.2 offers a new notification feature. Each user can now decide whether they want to receive an email after a successful login from a new device, or after a failed login.
For now, both notifications are disabled by default. Why this choice when this feature increases security? Because if the email configuration of your 2FAuth instance is not set up correctly, such login attempts will take a while (until all email sending attempts have failed).
If you never set up email sending on your instance, do it. It is the only way to recover your account, whether you use a password or a passkey to authenticate. To help you in this task, all required environment variables are described here. Since v5.1, administrators also have access to a test email button to validate the email configuration from the UI.
Notifications will be enabled by default in a future version.
Last but not least :
Added
New env vars
APP_TIMEZONE
: The timezone applied to dates and times recorded to database (doc).AUTHENTICATION_LOG_RETENTION
: The authentication log retention time, in days (doc).PROXY_HEADER_FOR_IP
: Name of the HTTP header sent by a reverse proxy to pass the original visitor IP address. (doc).Changed
MAIL_DRIVER
env var renamed toMAIL_MAILER
.This is not a breaking change as the former name is still supported. This is just to stick to Laravel defaults.
Fixed
DB_DATABASE
path not respected by entrypoint scriptAPI [1.4.0]
/api/v1/users/{id}/authentications
GET path added (doc).This discussion was created from the release v5.2.0.
Beta Was this translation helpful? Give feedback.
All reactions