fix username

This commit is contained in:
Nathan Anderson 2025-10-26 21:57:50 -06:00
parent 2eadf8918d
commit 2b02c2c06c

View File

@ -205,7 +205,7 @@ in
allowSearch = true; allowSearch = true;
users = [ users = [
{ {
username = "user"; username = "nate";
passwordHash = "$6$lJDBaW7zzlaAlzbV$u.mzsKCDOCWdUffPlXhx9dWRgJsxOUJRKj5Z5/NMEPC2WfPT9x9W145rThogzFLhynIT7UkYXd4zYdnsrGPRS0"; # open passwordHash = "$6$lJDBaW7zzlaAlzbV$u.mzsKCDOCWdUffPlXhx9dWRgJsxOUJRKj5Z5/NMEPC2WfPT9x9W145rThogzFLhynIT7UkYXd4zYdnsrGPRS0"; # open
} }
]; ];