Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix redirect after successful authentication #9

Closed
wants to merge 1 commit into from

Conversation

fheft
Copy link

@fheft fheft commented May 20, 2019

In current versions of MediaWiki this extension's redirect after successful login is no longer working: Instead of getting redirected to the page where the login flow started, the user is always redirected to the main page.

  • fix the check if the wiki title is valid by using the title object's
    getter method instead of directly accessing the member variable.
  • closes returnTo function does not work #8

* fix the check if the wiki title is valid by using the title object's
  getter method instead of directly accessing the member variable.
* closes Schine#8
@nischayn22
Copy link
Collaborator

Already fixed by another similar merge. Thanks.

@nischayn22 nischayn22 closed this Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

returnTo function does not work
2 participants