mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Disable GET login by default GET login allows users to put username and password in the url, this is helpful for displays where you cannot login interactively. Unfortunately, the plaintext password will be in the access logs. GET login also allows brute force attacks against your install. * Apply fixes from StyleCI --------- Co-authored-by: StyleCI Bot <bot@styleci.io>