Remove user and apss from base user

This commit is contained in:
Henrique Dias
2017-07-20 09:55:00 +01:00
parent f8465edab5
commit 446253b62a

View File

@@ -56,8 +56,6 @@ func main() {
}
fm, err := filemanager.New(database, filemanager.User{
Username: "admin",
Password: "admin",
AllowCommands: allowCommands,
AllowEdit: allowEdit,
AllowNew: allowNew,