mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #07849
[Bug 904620] 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/904620
Title:
Internal auth instance cannot be disabled
Status in Mahara ePortfolio:
Triaged
Bug description:
When another authentication instance is used on a site (e.g. saml,
ldap, etc.), it would be nice to be able to disable Internal auth (the
standard password-based one) and not show the login form at all.
However, it's not possible because the Internal auth instance is used
for two things:
- as the auth instance for the fake "root" account
- as the auth instance for deleted user accounts
Perhaps we could solve this by making the authinstance column of the
usr table nullable and using a null value for the above two cases.
However null values can be tricky and this could lead to more
problems.
Alternatively, we could create a new auth type of "Denied" which would
be the exact opposite of the "None" institution: it would never let
users with that authinstance login no matter what.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/904620/+subscriptions
References