[Koha-bugs] [Bug 24913] Self registration: Ask users to enter email address twice

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 17 16:36:07 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24913

--- Comment #9 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Hi Aleisha (and everyone involved so far :) ) 

I did some more testing here:

- QA tools pass
- Syspref is added in all the right places
- With the feature disabled, both registering new patrons and making change
requests for existing patrons work fine
- Javascript check works fine on self reg

2 issues found:

1) When the the feature is active, you get the error other have already
reported on saving the form.

DBIx::Class::Row::store_column(): No such column 'repeat_email' on
Koha::Schema::Result::Borrower at /home/vagrant/kohaclone/Koha/Object.pm line
77
 at /usr/share/perl5/DBIx/Class/Exception.pm line 77

2) When the pref is active and the patron changes address etc in the OPAC, the
second email input field doesn't show (I think that is ok, as this is a
'selfreg* feature). But: When you change the email and try to save, you get an
error:

The following fields contain invalid information:

    Emails do not match! confirm email address

Please correct and resubmit. 

We might be missing a check somewhere for "only do this for self
registrations".

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list