Skip to content

Commit ac93c97

Browse files
author
Francesco Placella
committed
Fixed suggested login URL in README.md.
1 parent e46ed0f commit ac93c97

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%3Cspan%20class="x x-first x-last">/login',
104104

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

0 commit comments

Comments
 (0)