verify unlock key against hash on disk
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-09 21:22:16 +11:00
parent 1bb983b4b9
commit dc9ffceb3e
3 changed files with 72 additions and 12 deletions

View File

@@ -424,11 +424,3 @@ func UserCheckIfAdmin(userId int) bool {
return u.Admin
}
func UserGetSafe() {
}
// need a way of checking what safe a user has access to
// if they only have access to one then that is easy
// if they are an admin then they have access to everything