[open-ils-commits] r16126 - in branches/rel_1_6/Open-ILS: examples/apache src/sql/Pg (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Apr 4 17:46:46 EDT 2010
Author: dbs
Date: 2010-04-04 17:46:40 -0400 (Sun, 04 Apr 2010)
New Revision: 16126
Modified:
branches/rel_1_6/Open-ILS/examples/apache/eg_vhost.conf
branches/rel_1_6/Open-ILS/src/sql/Pg/950.data.seed-values.sql
Log:
Converge on a common definition of location of password reset form: /opac/password/ it is.
Also add the ability to override locale for the reset form; still not what we need, but better.
Modified: branches/rel_1_6/Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- branches/rel_1_6/Open-ILS/examples/apache/eg_vhost.conf 2010-04-04 21:32:36 UTC (rev 16125)
+++ branches/rel_1_6/Open-ILS/examples/apache/eg_vhost.conf 2010-04-04 21:46:40 UTC (rev 16126)
@@ -166,7 +166,7 @@
# ----------------------------------------------------------------------------------
# Self-serve password interface
# ----------------------------------------------------------------------------------
-<Location /opac/extras/password>
+<Location /opac/password>
SetHandler perl-script
PerlHandler OpenILS::WWW::PasswordReset::password_reset
Options +ExecCGI
Modified: branches/rel_1_6/Open-ILS/src/sql/Pg/950.data.seed-values.sql
===================================================================
--- branches/rel_1_6/Open-ILS/src/sql/Pg/950.data.seed-values.sql 2010-04-04 21:32:36 UTC (rev 16125)
+++ branches/rel_1_6/Open-ILS/src/sql/Pg/950.data.seed-values.sql 2010-04-04 21:46:40 UTC (rev 16126)
@@ -1991,7 +1991,7 @@
If you did request a reset of your library system password, please perform
the following steps to continue the process of resetting your password:
-1. Open the following link in a web browser: https://[% params.hostname %]/password-reset/en-US/[% target.uuid %]
+1. Open the following link in a web browser: https://[% params.hostname %]/opac/password/[% params.locale || 'en-US' %]/[% target.uuid %]
The browser displays a password reset form.
2. Enter your new password in the password reset form in the browser. You must
More information about the open-ils-commits
mailing list