]> git.evergreen-ils.org Git - working/Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/password_reset_commit_not_secure.txt
Fix an omission in the log redaction configuration.
[working/Evergreen.git] / docs / RELEASE_NOTES_NEXT / password_reset_commit_not_secure.txt
1 The previous log protect redaction instructions missed a method used
2 by the patron initiated password reset system.  In order to fill this
3 gap, you need to find the <log_protect> portion of your
4 opensrf_core.xml file and add the following line:
5
6       <match_string>open-ils.actor.patron.password_reset.commit</match_string>
7
8 You should see a number of similar lines already there in between
9 <log_protect> and </log_protect>.