Koha/koha-tmpl/opac-tmpl/bootstrap/en
Marcel de Rooy 5fd51573a5
Bug 32426: Changes for opac-memberentry
Test plan:
Enable self registration, pick a default category too for it.
The changes will be tested later with a plugin, but now change
Koha/Patron.pm as follows:
 sub _generate_userid_legacy { # as we always did
     my ($self) = @_;
+return $self;
So, add the return $self line only.
Restart all. Try to register an account on OPAC.
You should see an alert about problems processing your registration.
Undo the change in Patron.pm and restart all.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-03-27 12:49:52 +02:00
..
includes Bug 32969: Remove references to jQueryUI assets and style in the OPAC 2023-03-27 11:52:03 +02:00
modules Bug 32426: Changes for opac-memberentry 2023-03-27 12:49:52 +02:00
xslt Bug 26765: Make author span a clickable link on OPAC results list 2023-02-07 10:48:35 -03:00