-
-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interface protection #102
Comments
https://de.wikihow.com/Eine-Webseite-mit-Passwort-sch%C3%BCtzen Maybe something like that? |
Your request is clear. Your provided example as a very bad example. :) Because passwords in javascript is no security. I can just read out the file and know the passwords. So what I have done is that I added an extra option in the system settings to enable 'full authentication' so that when you open the webinterface, you will have to enter a username and password. |
Git pull, restart, clear the browser cache, go to the settings page and test it out :D |
That is way more work... can't do that. The functionality is the same. Only I will not make that kind of login window. So, I add the option to completely lock the web interface. And after a login, you can see the interface. That is how far I can go with this. |
Ok, thanks anyway, but can you give me a tip on how I could protect my interface from strange views in the www? |
Funny thing is that I have now made git pull and because cache emptied and pi reboot but I'm still not prompted to enter a password I come immediately to the interface |
Ok, now it works, thank you so much for your help. |
If you have authenticate one time it will stay in the browser as long as the browser is running. So after enabling it, to test it, you have to restart your browser. But I guess you have done that, and you see the authentication |
Yes, I saw it today, which makes me very happy, thank you |
Hi,
is it possible if i'm on the go, for example, and need my interface to install a security. For example: a password before the interface is displayed?
Thank you for your help and your time
The text was updated successfully, but these errors were encountered: