rclone / rclone-webui-react

A full fledged UI for the rclone cloud sync tool
MIT License
1.28k stars 164 forks source link

Authentication Issues #161

Open novyboy opened 1 year ago

novyboy commented 1 year ago

Currently, the Web UI authenticates through a browser popup rather than the actual HTML interface. And, in fact, the information you enter into the HTML interface does not matter or influence the login process in any way.

Additionally, the Username field in the Overview is always blank. (On a slightly unrelated note, "Current IP Address" might not be the most accurate name for a field that simply displays the first part of the URL address, whether localhost, 127.0.0.1, or anything else.)