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

Send confirmation email for adminUserCreate #184

Closed
wants to merge 4 commits into from

Commits on Sep 13, 2018

  1. Send confirmation email for adminUserCreate

    adminUserCreate does not send a confirmation email if the "confirm" parameter is set to false or is not set. However, this new user cannot be used until they are confirmed. This PR sends a confirmation email to the new user when necessary.
    Auspicus committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    8d7090e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Update admin.go

    Auspicus committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    5e6d028 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02b1046 View commit details
    Browse the repository at this point in the history
  3. Update admin.go

    Auspicus committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    d7978a8 View commit details
    Browse the repository at this point in the history