@@ -5,6 +5,7 @@ import (
"encoding/base64"
"fmt"
"strings"
+ "time"
"github.com/sethvargo/go-password/password"
)
@@ -18,6 +19,8 @@ type Credential struct {
PlainPassword string
Email string
AltEmail string
+ FromDate time.Time
+ ToDate time.Time
TelephoneNumber string
Regenerate bool `schema:"Regenerate" sql:"default: false"`