← Back to team overview

mahara-contributors team mailing list archive

[Bug 905081] A change has been merged

 

Reviewed:  https://reviews.mahara.org/936
Committed: http://gitorious.org/mahara/mahara/commit/86738f26b43a04b8b4e606a659aeecfead45e7e2
Submitter: Francois Marier (francois@xxxxxxxxxxxxxxx)
Branch:    master

commit 86738f26b43a04b8b4e606a659aeecfead45e7e2
Author: Francois Marier <francois@xxxxxxxxxxxxxxx>
Date:   Fri Dec 16 15:13:40 2011 +1300

    Make the basic login form optional
    
    By default the login form is needed by every auth plugin however
    they can now override this and state that it's not needed.
    
    If there are no usabled/enabled auth plugins that need the standard
    username/password login form, then it is no longer displayed.
    
    Note that until bug 904620 is fixed, you cannot remove the Internal
    auth plugin (which needs the basic form elements) without a bit of
    database surgery.
    
    Bug #905081
    
    Change-Id: If2bc7510a93e3aa365c41b4e3d7f6c3ce782d4c1
    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