jlesage / docker-baseimage-gui

A minimal docker baseimage to ease creation of X graphical application containers
MIT License
1.2k stars 179 forks source link

Allow pressing enter in password modal for submit #16

Closed thomashilzendegen closed 5 years ago

thomashilzendegen commented 5 years ago

This small change allows pressing Enter in the password field to submit the form.

jlesage commented 5 years ago

With this change, the password is added to the URL as a query parameter.

http://192.168.1.1:5800/?password=test

This is not something I like. I can re-do the same functionality using Javascript.