mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
fix future fustration :)
This commit is contained in:
parent
8c36ddad84
commit
1f184d3e94
@ -169,7 +169,7 @@ class db_builder:
|
||||
|
||||
default_data = helper.find_default_password()
|
||||
|
||||
username = default_data.get("username", 'Admin')
|
||||
username = default_data.get("username", 'admin')
|
||||
password = default_data.get("password", 'crafty')
|
||||
|
||||
Users.insert({
|
||||
|
Loading…
Reference in New Issue
Block a user