https://bugzilla.wikimedia.org/show_bug.cgi?id=53198

       Web browser: ---
            Bug ID: 53198
           Summary: E:OATHAuth needs to be friendly with other authn
                    extensions on the login page
           Product: MediaWiki extensions
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: OATHAuth
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to