Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added email confirmation to the DBAuthMiddleware using phpmailer. #1006

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Dec 14, 2023

  1. added email confirmation to the DBAuthMiddleware using phpmailer.

    added documentation.
    some new configuration settings are required and I've grouped
    those related to the SMTP settings into an array. see the documentation.
    First version, may have errors. Tested only with my installation.
    Alessandro Proglio committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    fe42a93 View commit details
    Browse the repository at this point in the history
  2. small change

    Alessandro Proglio committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    24a3dc6 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. fixed missing reference to password column

    Alessandro Proglio committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    0522b6d View commit details
    Browse the repository at this point in the history
  2. added import of SMTP namespace

    Alessandro Proglio committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    d3ce706 View commit details
    Browse the repository at this point in the history