support a 'new account link' to inject new account information onto the login page (#552)

This commit is contained in:
Michael Quigley
2025-04-07 13:21:03 -04:00
parent f29d8498a2
commit 9a5e3a4998
13 changed files with 50 additions and 4 deletions

View File

@ -23,6 +23,9 @@ type Configuration struct {
// invites open
InvitesOpen bool `json:"invitesOpen,omitempty"`
// new account link
NewAccountLink string `json:"newAccountLink,omitempty"`
// requires invite token
RequiresInviteToken bool `json:"requiresInviteToken,omitempty"`