Comment 2 for bug 986004

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

Reviewed: https://reviews.mahara.org/1163
Committed: http://gitorious.org/mahara/mahara/commit/a5a97f21658732814de62d98947dfce74b444f92
Submitter: Richard Mansfield (<email address hidden>)
Branch: master

commit a5a97f21658732814de62d98947dfce74b444f92
Author: Hugh Davenport <email address hidden>
Date: Tue May 1 13:06:32 2012 +1200

    Add ability to register with a BrowserID (bug #986004)

    When a user clicks on "BrowserID Login", one of three things will happen
    1- If they have an account, they will login
    2- If they don't but there is one authinstance with browserid is present
        AND it has weautocreateusers enabled, then they will get an account
        in that institution, and login
    3- If none of the above is true, they will get redirected to a register
        page, which follows same self registration pattern as the internal
        authentication with the "confirm email" step removed.

    Change-Id: Idde3166e0664bf2acdc1da32271125e91d43af9c
    Signed-off-by: Hugh Davenport <email address hidden>