Skip to content

Instantly share code, notes, and snippets.

@CherryDT
Created October 2, 2025 11:29
Show Gist options
  • Select an option

  • Save CherryDT/e378e084993419ea6242d59de7ca2af8 to your computer and use it in GitHub Desktop.

Select an option

Save CherryDT/e378e084993419ea6242d59de7ca2af8 to your computer and use it in GitHub Desktop.
Put this file into sub-folder adminer-plugins next to Adminer to allow passwordless login
<?php
class AdminerLoginPasswordLessAlways extends Adminer\Plugin {
function login($login, $password) {
return true;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment