Working on signup workfow
This commit is contained in:
parent
199bbd5c4f
commit
ef996082f7
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ type ConfigFile struct {
|
||||||
DomainName string `json:"domain_name"`
|
DomainName string `json:"domain_name"`
|
||||||
NewUserDN string `json:"new_user_dn"`
|
NewUserDN string `json:"new_user_dn"`
|
||||||
NewUserPassword string `json:"new_user_password"`
|
NewUserPassword string `json:"new_user_password"`
|
||||||
|
NewUsersBaseDN string `json:"new_users_base_dn"`
|
||||||
}
|
}
|
||||||
|
|
||||||
var staticPath = "./static"
|
var staticPath = "./static"
|
||||||
|
|
Loading…
Reference in a new issue