initial pass for forgot password

This commit is contained in:
Cam Otts
2023-01-18 13:05:10 -06:00
parent 10e6adef87
commit a07c4a519c
37 changed files with 2199 additions and 3 deletions

View File

@ -2,12 +2,13 @@ package controller
import (
"bytes"
"html/template"
"github.com/openziti/zrok/build"
"github.com/openziti/zrok/controller/emailUi"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
"github.com/wneessen/go-mail"
"html/template"
)
type verificationEmail struct {