save records, fix . problem, extend readme

This commit is contained in:
2022-03-19 00:36:54 +01:00
parent b8313388b5
commit 80c2a5717b
7 changed files with 235 additions and 20 deletions

View File

@@ -1,8 +1,6 @@
package auth
import (
"log"
"github.com/raja/argon2pw"
)
@@ -73,8 +71,6 @@ func Init(authFilePath string) error {
}
for name, user := range users {
log.Printf("%s\n", name)
log.Printf("%+v\n", user)
parsedUser, err := user.Tidy()
if err != nil {
return err