mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-16 22:55:58 -05:00
Use a form in local login page #1049
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tomhense on GitHub (Mar 6, 2025).
First of all I'd like to say, I really enjoy using Komodo and I am happy that I ditched Portainer.
Right now the local login page contains the username and password inputs in a simple
divelement. This causes the "Save Password" dialog on firefox (haven't tested chrome) to not shows up and also causes issues with the some password managers, because no login page/form is detected.The solution would be be to put these inputs in a simple html
<form>element.It is possible to catch the submit event of the submit button in the form and handle the form data in js, so the login mechanism js code and backend could stay the same. I think only minimal frontend changes would be needed.
Komodo version: 1.16.12
Firefox version: 137.0b2
Password Manager used: