The new open-ils.auth.login API must be added to the list of <log_protect>
API’s in the opensrf_core.xml file.
Sample diff:
--- a/Open-ILS/examples/opensrf_core.xml.example
+++ b/Open-ILS/examples/opensrf_core.xml.example
@@ -180,6 +180,7 @@ Example OpenSRF bootstrap configuration file for Evergreen
<log_protect>
<match_string>open-ils.auth.authenticate.verify</match_string>
<match_string>open-ils.auth.authenticate.complete</match_string>
+ <match_string>open-ils.auth.login</match_string>
<match_string>open-ils.auth_proxy.login</match_string>
<match_string>open-ils.actor.patron.password_reset.commit</match_string>
<match_string>open-ils.actor.user.password</match_string>