Skip to content

Commit 970571a

Browse files
authored
Fixed password (#146)
1 parent 957f7e8 commit 970571a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

json/filebrowser.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
],
2929
"default_credentials": {
3030
"username": "admin",
31-
"password": "changeme"
31+
"password": "helper-scripts.com"
3232
},
3333
"notes": [
3434
{
3535
"text": "Execute within an existing LXC Console",
3636
"type": "warning"
3737
}
3838
]
39-
}
39+
}

0 commit comments

Comments
 (0)