[OPEN-ILS-GENERAL] Password Reset feature

Soulliere, Robert robert.soulliere at mohawkcollege.ca
Fri Jul 9 22:23:55 EDT 2010


After digging into the logs a little deeper, I have the first step figured out and the requests are getting through and populating the necessary database tables.

It turned out that the upgrade sql for 1.6.1.0 didn't completely run so the required tables for the password reset were not created and the action trigger entries were not added. I added those using a part of the upgrade script.

Now, I will look into the action trigger part to send the reset email.


Thanks,
Robert
________________________________________
From: open-ils-general-bounces at list.georgialibraries.org [open-ils-general-bounces at list.georgialibraries.org] On Behalf Of Soulliere, Robert [robert.soulliere at mohawkcollege.ca]
Sent: July 7, 2010 11:05 PM
To: Evergreen Discussion Group
Subject: Re: [OPEN-ILS-GENERAL] Password Reset feature

Thanks Dan,

I made the following changes:
-installed UUID::Tiny
-edited the necessary apache files using the 1_6_1_1 examples in the evergreen repository as a guide
-edited fm_IDL.xml which did not have necessary "aupr" class on my system for some reason.

This is mostly a fresh install. Actually, it started out as an experiment to see what happens to Evergreen when one upgrades from Karmic Koala to Lucid Lynx on a running Evergreen system. My conclusion was that it was necessary to do a fresh install of Evergreen after the upgrade. I removed the openils directory and started from scratch installing openSRF first.

I now have a specific error from the apache error log after a password reset attempt:

[Wed Jul 07 22:10:19 2010] [info] [client 67.204.22.51] Connection to child 16 established (server localhost:443)
[Wed Jul 07 22:10:19 2010] [info] Seeding PRNG with 656 bytes of entropy
[Wed Jul 07 22:10:19 2010] [info] Initial (No.1) HTTPS request received for child 16 (server localhost:443)
[Wed Jul 07 22:11:19 2010] [error] [client 67.204.22.51] Exception: OpenSRF::EX::ERROR 2010-07-07T22:11:19 main -e:0 System ERROR: Exception: OpenSRF::DomainObject::oilsMethodException 2010-07-07T22:11:19 OpenSRF::AppRequest /usr/local/share/perl/5.10.1/OpenSRF/AppSession.pm:1012 <500>   *** Call to [open-ils.actor.patron.password_reset.request] failed for session [1278554902.549123836.7597892563], thread trace [1]:\nException: OpenSRF::EX::Session 2010-07-07T22:11:19 OpenSRF::Application /usr/local/share/perl/5.10.1/OpenSRF/Application.pm:202 Session Error: opensrf at private.localhost/open-ils.cstore_drone_libdog.mohawkcollege.ca_1278554928.561849_8551 IS NOT CONNECTED TO THE NETWORK!!!\n\n\n\n, referer: https://libdog.mohawkcollege.ca/opac/en-CA/skin/default/xml/myopac.xml?l=104&d=-1&at=300
[Wed Jul 07 22:11:19 2010] [info] [client 67.204.22.51] Connection closed to child 16 with standard shutdown (server localhost:443)

Regards,
Robert



This E-mail contains privileged and confidential information intended
only for the individual or entity named in the message.  If the reader
of this message is not the intended recipient, or the agent responsible
to deliver it to the intended recipient, you are hereby notified that
any review, dissemination, distribution or copying of this communication
is prohibited.  If this communication was received in error, please
notify the sender by reply E-mail immediately, and delete and destroy
the original message.

This E-mail contains privileged and confidential information intended
only for the individual or entity named in the message.  If the reader
of this message is not the intended recipient, or the agent responsible
to deliver it to the intended recipient, you are hereby notified that
any review, dissemination, distribution or copying of this communication
is prohibited.  If this communication was received in error, please
notify the sender by reply E-mail immediately, and delete and destroy
the original message.


More information about the Open-ils-general mailing list