feat: can assign default group during signup (#3633)

This commit is contained in:
DacongDA
2025-03-02 22:55:51 +08:00
committed by GitHub
parent 9032865e60
commit 85ca318e2f
3 changed files with 45 additions and 2 deletions

View File

@ -71,6 +71,7 @@ type Application struct {
Description string `xorm:"varchar(100)" json:"description"`
Organization string `xorm:"varchar(100)" json:"organization"`
Cert string `xorm:"varchar(100)" json:"cert"`
DefaultGroup string `xorm:"varchar(100)" json:"defaultGroup"`
HeaderHtml string `xorm:"mediumtext" json:"headerHtml"`
EnablePassword bool `json:"enablePassword"`
EnableSignUp bool `json:"enableSignUp"`