Koha/installer/data/mysql
Chris Cormack 493dcede48 Bug 9587 : Mozilla Persona login
Working on Mozilla Persona support (browser id)

    This will let a user log into Koha using browser id, if their email
    address used matches the email address inside Koha.

    Once an assertion is received, we simply need to find the user that
    matches that email address, and create a session for them.

    opac/svc/login handles this part.

    The nice thing about it is, the user doesn't have to do anything, like
    linking their account. As long as the email address they are using to
    identify themselves in browserid is the same as the one in Koha it
    will just work.

    This is covered by a systempreference, to allow people to do it, and
    is of course totally opt in, it works alongside normal Koha (or any
    other method) of login. So only those choosing to use it, need use it

Test Plan

1/ Make sure OPACBaseURL is set correctly
2/ Switch on the Persona syspref
3/ Make a borrower (or edit one) to have the email you plan to use as
the primary email
4/ Click sign in with email, make or use a persona account
5/ Logout
6/ Check you can still login and logout the normal way

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>

Comment: Works great.
It's not browser dependent, but tested with chrome, firefox, opera and safari.
Old an new login system works.
Minor errors, addresed in follow-up.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
2013-02-24 10:15:35 -05:00
..
atomicupdate Bug 7475: Update configuration 2012-09-19 17:15:25 +02:00
de-DE Bug 9494: update default LOC z39.50 target settings 2013-01-31 11:11:16 -05:00
en Bug 9382 - updating permission labels 2013-01-31 11:12:54 -05:00
es-ES Bug 9494: update default LOC z39.50 target settings 2013-01-31 11:11:16 -05:00
fr-FR Bug 9151 follow-up: fr-FR translated to french 2012-12-21 07:41:25 -05:00
it-IT Bug 9112 : update of Italian SQL files 2012-12-22 16:20:28 -05:00
nb-NO Bug 9494: update default LOC z39.50 target settings 2013-01-31 11:11:16 -05:00
pl-PL Bug 9494: update default LOC z39.50 target settings 2013-01-31 11:11:16 -05:00
ru-RU BUG 9151 - Renewal notice according to patron alert preferences (Patch 2) 2012-12-21 07:41:25 -05:00
uk-UA BUG 9151 - Renewal notice according to patron alert preferences (Patch 2) 2012-12-21 07:41:25 -05:00
backfill_statistics.pl Bug 5370: Fix all the references to koha.org 2010-11-08 09:41:49 +13:00
kohastructure.sql Revert "Bug 7167: New version for updatedatabase" 2012-12-27 14:02:56 -05:00
labels_upgrade.pl Bug 2505 - Add commented use warnings where missing in the installer/ directory 2010-04-21 20:26:28 +12:00
patroncards_upgrade.pl Bug 2505 - Add commented use warnings where missing in the installer/ directory 2010-04-21 20:26:28 +12:00
sample_only_param_tables.sql
sysprefs.sql Bug 9587 : Mozilla Persona login 2013-02-24 10:15:35 -05:00
update22to30.pl Bug 8289 Upgrading from 2.2 does not work anymore 2012-06-25 16:15:42 +02:00
updatedatabase.pl Bug 9587 : Mozilla Persona login 2013-02-24 10:15:35 -05:00