mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 23:45:05 +02:00
Fix ilias shibboleth authenticator
The shibboleth site got a visual overhaul that slightly changed the classes of a form we need.
This commit is contained in:
parent
a3e1864a26
commit
77a109bb7e
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class KitShibbolethAuthenticator(IliasAuthenticator):
|
|||
while not self._login_successful(soup):
|
||||
# Searching the form here so that this fails before asking for
|
||||
# credentials rather than after asking.
|
||||
form = soup.find("form", {"class": "form2", "method": "post"})
|
||||
form = soup.find("form", {"class": "full content", "method": "post"})
|
||||
action = form["action"]
|
||||
|
||||
# Equivalent: Enter credentials in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue