Skip to content

Commit 2fb4e9f

Browse files
authored
Merge pull request #50 from plach79/doc_update
Update suggested login URL in README.md
2 parents e46ed0f + ac93c97 commit 2fb4e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Configure the authentication source by putting following code into `simplesamlph
100100
'drupal_logout_url' => 'https://www.example.com/drupal/user/logout',
101101

102102
// the URL of the Drupal login page
103-
'drupal_login_url' => 'https://www.example.com/drupal/user',
103+
'drupal_login_url' => 'https://www.example.com/drupal/user/login',
104104

105105
// Which attributes should be retrieved from the Drupal site.
106106
'attributes' => array(

0 commit comments

Comments
 (0)