← Back to team overview

mahara-contributors team mailing list archive

[Bug 905081] A change has been merged

 

Reviewed:  https://reviews.mahara.org/935
Committed: http://gitorious.org/mahara/mahara/commit/32e74e1bc8ab28bb458868c62690a33397fe6fb5
Submitter: Francois Marier (francois@xxxxxxxxxxxxxxx)
Branch:    master

commit 32e74e1bc8ab28bb458868c62690a33397fe6fb5
Author: Francois Marier <francois@xxxxxxxxxxxxxxx>
Date:   Thu Dec 15 19:20:57 2011 +1300

    Move the SAML "SSO Login" link to PluginAuthSaml
    
    The query is no longer needed since that login_form_elements()
    function will only get called if there is a usable and enabled
    SAML auth instance somewhere.
    
    Bug #905081
    
    Change-Id: Ia68d968baad17a22957e2e43e98a430eae201347
    Signed-off-by: Francois Marier <francois@xxxxxxxxxxxxxxx>

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/905081

Title:
  Allowing auth plugins to provide extra elements and javascript in the
  login form

Status in Mahara ePortfolio:
  In Progress

Bug description:
  We should not assume that all authentication plugins will be based on
  the Mahara username/password login form.

  Three new API functions are needed:

  - whether or not the plugin requires the basic login form elements (username and password fields, login button)
  - any extra Javascript to inject in the login form area
  - any extra pieforms elements to add to the login form

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/905081/+subscriptions


References