alireza0 / s-ui

An advanced Web Panel • Built for SagerNet/Sing-Box
https://t.me/XrayUI
GNU General Public License v3.0
2.15k stars 307 forks source link

wish to change the id or name attribute of the username field to 'username' on the login page so that KeePassXC can recognize it. #118

Closed wuying2021 closed 1 month ago

wuying2021 commented 1 month ago

s-ui/frontend/src/views/Login.vue keepassxc can‘t recognize the username automatically html source code : input size="1" type="text" id="input-22" aria-describedby="input-22-messages" required="" class="v-field__input" there's no id or name include 'username' so I wish to change the id or name attribute of the username field to 'username' on the login page so that KeePassXC can recognize it. I can manually set it in KeePassXC, but it would be cumbersome to set it up for each server.