femto-code / Raspberry-Pi-Dashboard

Web-App Dashboard to monitor Raspberry Pi hardware and software status. Nothing more than Webserver + PHP required.
GNU General Public License v3.0
260 stars 26 forks source link

Added possibility for disabling login with password #59

Open pp2amd6 opened 11 months ago

pp2amd6 commented 11 months ago

It happens that there is no need to use a password and you can simply disable it.

Here's my example: I'm the only one who uses raspberries online, where they are not available from the Internet. I'm lazy and don't want to enter even one character of password :see_no_evil:

femto-code commented 11 months ago

Thank you for this addition! I'll review it soon!

femto-code commented 11 months ago

Had to add another check so that the login modal won't be shown with each retrieval of server data.

After tests are successful this can be merged 👍🏼