diff --git a/files/files.go b/files/files.go index 0d9072e..ea80df1 100644 --- a/files/files.go +++ b/files/files.go @@ -69,7 +69,7 @@ func PrepareWikiRoot() error { paths.tokensJSON = filepath.Join(paths.cacheDir, "tokens.json") paths.fixedCredentialsJSON = filepath.Join(cfg.WikiDir, "fixed-users.json") - paths.registrationCredentialsJSON = filepath.Join(paths.cacheDir, "registered-users.json") + paths.registrationCredentialsJSON = filepath.Join(cfg.WikiDir, "registered-users.json") return nil }