Skip to content

Commit

Permalink
Merge pull request #14 from Jalle19/login-fix
Browse files Browse the repository at this point in the history
Fix authentication after recent changes
  • Loading branch information
Jalle19 authored Oct 13, 2024
2 parents 51c0fca + f3d709a commit 5d7bc69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pycaruna/authenticator.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def login(self):
# JavaScript.
c = r.content
soup = BeautifulSoup(c, 'lxml')
action = "/wicket/page?3-1.0-userIDPanel-usernameLogin-loginWithUserID"
action = "/login?2-1.0-userIDPanel-usernameLogin-loginWithUserID"

# Build form variables (all hidden variables must always be included)
svars = utils.get_hidden_form_vars(soup)
Expand Down

0 comments on commit 5d7bc69

Please sign in to comment.