[open-ils-commits] r130 - servres/trunk/conifer/custom (gfawcett)
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Mar 1 14:21:46 EST 2009
Author: gfawcett
Date: 2009-03-01 14:21:43 -0500 (Sun, 01 Mar 2009)
New Revision: 130
Modified:
servres/trunk/conifer/custom/auth_evergreen_support.py
Log:
heh, EG auth backend must support usernames other than 'admin'
Modified: servres/trunk/conifer/custom/auth_evergreen_support.py
===================================================================
--- servres/trunk/conifer/custom/auth_evergreen_support.py 2009-03-01 03:29:48 UTC (rev 129)
+++ servres/trunk/conifer/custom/auth_evergreen_support.py 2009-03-01 19:21:43 UTC (rev 130)
@@ -46,7 +46,7 @@
prx = self.proxy('open-ils.auth')
seed = prx('open-ils.auth.authenticate.init', username)
resp = prx('open-ils.auth.authenticate.complete',
- dict(username='admin',
+ dict(username=username,
password=_hsh(seed + _hsh(password)),
type='reserves'))
try:
More information about the open-ils-commits
mailing list