Skip to content
Snippets Groups Projects
Unverified Commit 49e33ebc authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Typo

parent 94129c7f
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ The only function you need to implement is the `login($username, $password)`-fun
This function receives the username and password the user entered, and is expected to return the attributes of that user.
If the username or password is incorrect, it should throw an error saying so:
throw new \impleSAML\Error\Error('WRONGUSERPASS');
throw new \SimpleSAML\Error\Error('WRONGUSERPASS');
"[Implementing custom username/password authentication](./simplesamlphp-customauth)" describes how to implement username/password authentication using that base class.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment