Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences
Maxime Beaulieu d5abcbc8f3 Bug 8753 - Add forgot password link to OPAC
I've addressed a lot of Liz Rea's points.

1.  I have moved the code from updatedatabase.pl and kohastructure.sql to a file in the atomicupdates directory.
1a. The feature is now off by default when the atomicupdate is run.

2.  The password reset link is now visible on the home page, in the modal box and on opac-user.pl .

3.  The password recovery pages now use bootstrap markup.

4.  I am unsure here. I see "New Password:" and "Confirm new password:".

5.  This should still work :).

6.  I could not reproduce.

7.  I have added the userid field.
    You can now reset the password by submitting either your useid or email address.
    Both fields can be filled, but the email address must be one of the borrower's (email, emailpro or b_email).
    When entering only the email address and two borrowers use that same address, the system tells the user to try with another address or to specify his userid.

8.  The text is in the atomicupdate file. Have at it, anyone.

Concerning the email. It is inconvenient for the use to have to wait X minutes for the message queue the be processed.
Maybe we could add a sub in Letters.pm that:
    Takes the same argments as EnqueueLetter
    Sends the letter.
    Saves the letter in the message queue with a 'sent' status.

 TEST PLAN:

Setup)
    1) apply the patch
    2) go to system preferences OPAC>>Privacy and set 'OpacResetPassword' to ON.
    2b) make sure that OpacPasswordChange is also ON.
A)
    1) refresh front page, click on 'Forgot your password' and enter a VALID address
    1b) Also try an INVALID address (valid yet not in your koha db).  An error message will show up.
    2) An email should be received at that address with a link.
    3) Follow the link in the mail to fill the new password.
    Until a satisfactory new password is entered, the old password is not reset.
    4) Go to main page try the new password.
B)
    1) Repeat the password reset, this time use the userid (username) field.
    2) Try to reset the password using a userid and an email not linked to the account. An error appears.
    3) Make sure the borrower has many available email addresses.
    4) For each email, reset the password using both the userid and the email. The link should be sent to the specified address
C)
    1) Make sure two borrowers use the same email.
    2) Repeat the reset procedure in test case A). An error message appears

http://bugs.koha-community.org/show_bug.cgi?id=13068

 Author:    Maxime Beaulieu <maxime.beaulieu@inlibro.com>

Followed test plan. Works as described.
Signed-off-by: Marc Veron <veron@veron.ch>

New sign-off after testing all patches together
Signed-off-by: Marc Veron <veron@veron.ch>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
2016-01-27 06:40:53 +00:00
..
acquisitions.pref Bug 10076 - Add Bcc syspref for ClaimAcquisition and ClaimIssues 2015-12-31 20:28:59 +00:00
admin.pref Bug 11747 - Add system preference DefaultToLoggedInLibraryOverdueTriggers 2015-12-30 11:47:41 +00:00
authorities.pref
cataloguing.pref Bug 15198: Change wording of OpacSuppression system preference 2015-11-23 11:26:08 -03:00
circulation.pref Bug 13592 [QA Followup] - Make the system preference description self documenting 2015-12-31 15:59:05 +00:00
enhanced_content.pref Bug 14318: iDreamBooks doesn't work when Koha is using https 2015-06-07 18:39:48 -03:00
i18n_l10n.pref Bug 15373: More changes of Zip to ZIP on intranet 2015-12-30 16:30:35 +00:00
labs.pref Bug 11559: (QA followup) switch to new delimiter, fix minor issues 2015-10-27 12:18:00 -03:00
local_use.pref
logs.pref Bug 13948: Add ability to dump template toolkit variables to html comment 2015-07-28 10:29:43 -03:00
opac.pref Bug 8753 - Add forgot password link to OPAC 2016-01-27 06:40:53 +00:00
patrons.pref Bug 15552: Better wording of intranetreadinghistory 2016-01-27 05:42:10 +00:00
searching.pref Bug 13022 [QA Followup] - Allow the pref to be unset for unlimited item status checks 2015-12-31 18:11:21 +00:00
serials.pref
staff_client.pref Bug 8085: Rename 'Reserve slip' to 'Hold slip' 2015-12-30 14:53:50 +00:00
tools.pref Bug 14247: Add system preference for news display 2015-10-27 16:20:33 -03:00
web_services.pref Bug 3206: (QA followup) OAI repository deleted records support. 2015-07-08 14:55:17 -03:00