-
I use latest adminer for sqlite administration. Login page is confusing, it asks for user and password. There is no such thing for sqlite. When entering some random values login tells me there is no password needed: Entering no password tells me password is needed: BUG? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I found this code on github https://github.com/vrana/adminer/blob/master/editor/sqlite.php which solved the problem Looks like one file adminer.php doesn't handle it. Chatgpt helped me. Maybe some hint on the login interface? Thanks for this very useful tool! And I'm sure there will be a plugin which sets all available databases as dropdown in login page. |
Beta Was this translation helpful? Give feedback.
I found this code on github
https://github.com/vrana/adminer/blob/master/editor/sqlite.php
which solved the problem
Looks like one file adminer.php doesn't handle it. Chatgpt helped me. Maybe some hint on the login interface?
Thanks for this very useful tool! And I'm sure there will be a plugin which sets all available databases as dropdown in login page.