-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatic login fails for SQLite #18
Comments
jonasof
added a commit
to jonasof/Laravel-Adminer
that referenced
this issue
Feb 4, 2018
After adminer 4.3.0 there is not possible to connect to a sqlite database without implementing a custom login method, probably for a security measure since we could connect to any database in filesystem with read permissions. We disable this function in Laravel Autologin since here we expect the developer to protect the endpoint in some way, not needing this second validation. Links: https://github.com/vrana/adminer/blob/v4.3.0/adminer/include/adminer.inc.php#L110
jonasof
added a commit
to jonasof/Laravel-Adminer
that referenced
this issue
Feb 4, 2018
After adminer 4.3.0 there is not possible to connect to a sqlite database without implementing a custom login method, probably for a security measure since we could connect to any database in filesystem with read permissions. We disable this function in Laravel Autologin since here we expect the developer to protect the endpoint in some way, not needing this second validation. Links: https://github.com/vrana/adminer/blob/v4.3.0/adminer/include/adminer.inc.php#L110
shibby
added a commit
to shibby/Laravel-Adminer
that referenced
this issue
Nov 16, 2019
Autologin sqlite - resolve miroc#18
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Automatic login fails for SQLite, with the following message:
I believe this could be solved by adding this plugin:
https://raw.githubusercontent.com/vrana/adminer/master/plugins/login-sqlite.php
The text was updated successfully, but these errors were encountered: