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

WIP DO NOT MERGE - First draft at adding email confirmation #909

Closed
wants to merge 4 commits into from

Commits on Sep 19, 2024

  1. WIP First try adding confirmable email to accounts

    This is the first attempt at adding email confirmation to user accounts.
    
    Right now this change adds:
    
    + User receives email upon system user creation to confirm email
    + User receives flash notice when trying to log in through the system
    stopping them from using it until email is confirmed
    + User account is confirmed after accessing confirmation token url
    + User account goes to resend token view if token expires
    
    What we need to add:
    
    + Confirm email for SSO accounts
    + Find a way to reset confirmation values for all existing accounts
    + More ?
    lagoan committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7784508 View commit details
    Browse the repository at this point in the history
  2. Fix template link

    lagoan committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    deae7c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e2b104 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Ignore new tinymce skins

    lagoan committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    65d358e View commit details
    Browse the repository at this point in the history