github wheelybird/luminary v2.1.0
Passwords and storage

12 hours ago

This release fixes a couple of reported issues and adds:

  • Optionally use LDAP for application data (session data, password reset tokens): this data is normally stored inside the container, so gets lost if the container restarts. Using LDAP for storage will allow for container restarts without losing that data, and also allow you to horizontally scale containers.
  • Self-service password reset: users can now use the 'forgotten your password' link - this sends a password reset link to their email address so they can change their password. This is only available if SMTP is configured.
  • Emails when passwords are changed/reset: you can optionally enable email notifications if someone changes a password, e.g. an administrator can be notified when users change their passwords, or users can be notified if an admin resets their password or they (or someone else logged in as them) change their password.

Don't miss a new luminary release

NewReleases is sending notifications on new releases.