]> git.evergreen-ils.org Git - Evergreen.git/commit
Gave the base login code the ability to find username/password from a
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 11 Aug 2010 20:42:07 +0000 (20:42 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 11 Aug 2010 20:42:07 +0000 (20:42 +0000)
commit7c1a560088018f986a18a69de94ed38626fdcf8b
treee0394386ba64bd6f0ac93d50a70570adac68360a
parent9d247c5e36ed7061d29ac6579de0a5937e42c9c4
Gave the base login code the ability to find username/password from a
cookie.  for security reasons, we don't put login data into cookies, but if the
login info is available to us in that format already (say, via external means), we'll
use it.  This can be useful for persistent logins (e.g. self-check) or
automatic logins (pushing cookie data out to workstations)

Minor cleanup of the login code to make it more re-use friendly.

Added self-check support for verifying the staff login before each patron
login.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@17176 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/web/js/ui/base.js
Open-ILS/web/js/ui/default/circ/selfcheck/selfcheck.js