diff options
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.initial.password | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.initial.password b/etc/rc.initial.password index 70ab585..f6ef39a 100755 --- a/etc/rc.initial.password +++ b/etc/rc.initial.password @@ -44,7 +44,8 @@ Do you want to proceed [y|n]? EOD; if (strcasecmp(chop(fgets($fp)), "y") == 0) { - + + $config['system']['username'] = "admin"; $config['system']['password'] = crypt("pfsense"); write_config("password changed from console menu"); |