diff options
Diffstat (limited to 'lib/auth/password.ex')
-rw-r--r-- | lib/auth/password.ex | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/auth/password.ex b/lib/auth/password.ex deleted file mode 100644 index 5e31b33..0000000 --- a/lib/auth/password.ex +++ /dev/null @@ -1,7 +0,0 @@ -defmodule Chessh.Auth.PasswordAuthenticator do - use Sshd.PasswordAuthenticator - - def authenticate(_username, _password) do - true - end -end |