]> git.r.bdr.sh - rbdr/mobius/blobdiff - hotline/account.go
Create About This Area.txt
[rbdr/mobius] / hotline / account.go
index 526eb053b176a84b54d9d84b56ade12ac9e0a89f..39ea9740275c1771fa3892b1d4429661f4de0b8e 100644 (file)
@@ -14,7 +14,7 @@ type Account struct {
        Login    string       `yaml:"Login"`
        Name     string       `yaml:"Name"`
        Password string       `yaml:"Password"`
-       Access   AccessBitmap `yaml:"Access,flow"`
+       Access   AccessBitmap `yaml:"Access"`
        FileRoot string       `yaml:"FileRoot"`
 
        readOffset int // Internal offset to track read progress