Comment 1 for bug 904620

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/936
Committed: http://gitorious.org/mahara/mahara/commit/86738f26b43a04b8b4e606a659aeecfead45e7e2
Submitter: Francois Marier (<email address hidden>)
Branch: master

commit 86738f26b43a04b8b4e606a659aeecfead45e7e2
Author: Francois Marier <email address hidden>
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 <email address hidden>