Page MenuHomePhabricator

E:OATHAuth needs to be friendly with other authn extensions on the login page
Closed, ResolvedPublic

Description

OATHAuth uses the following line to add the extra input to the login form:

$template->set( 'extrafields', $input );

This actually overwrites the extrafields parameter, so if there is any other extension that also adds fields to the login form, it will be overwritten.


Version: master
Severity: normal

Details

Reference
bz53198

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:08 AM
bzimport set Reference to bz53198.

Change 132776 had a related patch set uploaded by Parent5446:
Make OAUTHAuth more friendly with other authnz extensions

https://gerrit.wikimedia.org/r/132776

Change 132776 merged by jenkins-bot:
Make OAUTHAuth more friendly with other authnz extensions

https://gerrit.wikimedia.org/r/132776