Skip to content

Conversation

@jonasof
Copy link

@jonasof jonasof commented 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

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
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

Successfully merging this pull request may close these issues.

1 participant