Front-End Stuff
This commit is contained in:
parent
d3bf04be03
commit
1cece59c86
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ func handleNewAccount(w http.ResponseWriter, r *http.Request, l *ldap.Conn, invi
|
|||
// tryCreateAccount(l, data, password1, password2, invitedBy)
|
||||
|
||||
} else {
|
||||
data.SuggestPW = fmt.Sprint("%s", suggestPassword())
|
||||
data.SuggestPW = fmt.Sprintf("%s", suggestPassword())
|
||||
}
|
||||
|
||||
templateInviteNewAccount.Execute(w, data)
|
||||
|
|
Loading…
Reference in a new issue