]> git.koha-community.org Git - koha.git/commit
Bug 30214: Add ACCTDETAILS notice to self registeration
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 2 Mar 2022 16:03:55 +0000 (16:03 +0000)
committerKyle Hall <kyle@bywatersolutions.com>
Fri, 25 Mar 2022 13:34:30 +0000 (09:34 -0400)
commita0e51d5cce9258c4cd1f09acb4d8a5de2696dfce
treec90fad08ed0e6e32bab749f16eb526671c1ad2e8
parentb3125c9f3838edc357ecd2840e16d23d57ea1f59
Bug 30214: Add ACCTDETAILS notice to self registeration

This patch adds the ACCTDETAILS notice trigger to the opac self
registration process. Allowing new users, without varification enabled,
to receive the ACCTDETAILS notice immediately after their account is
created.

Test plan
1) Enable AutoEmailOpacUser system preference
2) Ensure the ACCTDETAILS notice is configured
3) Ensure `PatronSelfRegistrationVerifyByEmail` is disabled
4) Register a new user via the opac self registration process using an
   email address you have access to
5) The new user should have been created and you should be able to see
   the account details notice in their associated notices
6) Confirm that the email address used above has received the notice.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
opac/opac-memberentry.pl