admin: Handle team password

This commit is contained in:
nemunaire 2021-09-09 11:20:45 +02:00
commit 5eeb1a6297
11 changed files with 299 additions and 40 deletions

View file

@ -254,7 +254,7 @@ func generateClientCert(_ httprouter.Params, _ []byte) (interface{}, error) {
serial := serial_b.Uint64()
// Let's pick a random password
password, err := pki.GeneratePassword()
password, err := fic.GeneratePassword()
if err != nil {
return nil, err
}