Last modified: 2010-05-15 15:48:23 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T11154, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 9154 - Allow skipping intermediary page after login
Allow skipping intermediary page after login
Status: RESOLVED DUPLICATE of bug 7129
Product: MediaWiki
Classification: Unclassified
User login and signup (Other open bugs)
1.9.x
PC Windows XP
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-03-02 19:39 UTC by Fernando Correia
Modified: 2010-05-15 15:48 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Fernando Correia 2007-03-02 19:39:06 UTC
In function successfulLogin() of SpecialUserlogin, allow redirecting directly to
$this->mReturnTo.

Some wiki administrators might consider the intermediary informative screen
(login successful) to be superfluous, and that a better user experience would be
to show them the page they want directly. The users would know the login
succeeded because the page would appear and because their name would be on the
top bar.

Proposed solutions:

(a) Have a global configuration variable like wgRedirectAfterLogin and when this
variable is true, just output the page instead of calling $wgOut->returnToMain.

(b) Allow the UserLoginComplete hook function to return false to abort the
postprocessing; in this case the hook could implement the desired behavior.
Comment 1 Fernando Correia 2007-03-02 20:14:07 UTC
If you don't mind, could you elaborate on why this request is inappropriate?

It seems that MediaWiki is extensible and configurable. This feature could be
implemented with an if and a return on a hook call.

And our users are annoyed that they have to click and extra link to get to the
desired page.

Since I'm new to this community, I'm a bit at a loss about what is an acceptable
request.
Comment 2 Aryeh Gregor (not reading bugmail, please e-mail directly) 2007-03-02 21:53:21 UTC

*** This bug has been marked as a duplicate of 7129 ***
Comment 3 Fernando Correia 2007-03-06 20:38:10 UTC
Thanks for the clarification.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links