Skip to content
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

Open
fishnux opened this issue Feb 3, 2018 · 0 comments
Open

Automatic login fails for SQLite #18

fishnux opened this issue Feb 3, 2018 · 0 comments

Comments

@fishnux
Copy link

fishnux commented Feb 3, 2018

Automatic login fails for SQLite, with the following message:

Implement login() method to use SQLite.

I believe this could be solved by adding this plugin:
https://raw.githubusercontent.com/vrana/adminer/master/plugins/login-sqlite.php

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant