Enhance login UX with JS feedback and update docs

Added a new login.js script to provide visual feedback and prevent double submission on the login form. Updated login.html to include the script and wire up the login button. Clarified credential configuration instructions in README.md.
This commit is contained in:
Jon Ander Oribe
2026-01-20 07:07:47 +01:00
parent df025f0409
commit d268e581bd
3 changed files with 39 additions and 2 deletions

View File

@@ -61,7 +61,9 @@ docker compose up -d
### Open the Interface
After starting, open **http://localhost:5050** in your browser. The username and password is admin:admin
After starting, open **http://localhost:5050** in your browser. The username and password is <b>admin</b>:<b>admin</b>
The credentials can be change in the ADMIN_USERNAME & ADMIN_PASSWORD variables in config.py
---