kerberos-io / kios

A Linux OS created by Buildroot which runs Kerberos Open Source out-of-the-box.
https://www.kerberos.io
Other
196 stars 38 forks source link

Password set at every reboot #19

Closed iooner closed 6 years ago

iooner commented 6 years ago

Hi! At every reboot, Kios ask to set the password.

cedricve commented 6 years ago

Not sure what you mean, can you supply a screenshot?

badams commented 6 years ago

Ran into this too.

I unplugged my RPi and plugged back in, but when I tried to log into Kerberos i was asked to create a user account again.

This seems to be caused by this line

My understanding is that when the app is restarted the config values are just read from this file which leads to the account setup page.

cedricve commented 6 years ago

thanks for reporting @badams, well the config should be updated when finishing the welcome page. https://github.com/kerberos-io/web/blob/283f053a8e975f18279b2608478347ee4ad029d9/app/Http/Controllers/UserController.php#L38-L58

Not sure what is going wrong there.

cedricve commented 6 years ago

@badams just tried it myself using v2.4.1 but couldn't reproduce. Can you try it again with a fresh install?

cedricve commented 6 years ago

Will be fixed in next release.

cedricve commented 6 years ago

fixed in KiOS v2.5.0