diff --git a/src/WinkAuthor.php b/src/WinkAuthor.php index 172fbcd..5edbef5 100644 --- a/src/WinkAuthor.php +++ b/src/WinkAuthor.php @@ -120,6 +120,11 @@ public function getAuthPassword() return $this->password; } + public function getAuthPasswordName() + { + return 'password'; + } + /** * Get the token value for the "remember me" session. *