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
No known key found for this signature in database
GPG key ID: 936F5EB68D786730

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,