Bug 21374: Fix self registration verification
authorJosef Moravec <josef.moravec@gmail.com>
Tue, 18 Sep 2018 20:17:46 +0000 (20:17 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 20 Sep 2018 12:34:43 +0000 (12:34 +0000)
commit6b77697c31e9a23c85dd430d764d92143f850d76
tree9e7c702a896939d0a1c9a51db8f895e3c1e4ebf1
parenta299ae3a84795431eaea96152c5347eb5091ba23
Bug 21374: Fix self registration verification

Test plan:
0) Do not apply the patch
1) Set PatronSelfRegistration  to Allow
2) Set PatronSelfRegistrationVerifyByEmail to Require
3) Try to create a account using self registration and verify it (use link
    in e-mail or take the url from table mesage_queue ;)
    The verificatin url return ISE - DBIx::Class::Row::store_column(): No
    such column 'timestamp' on Koha::Schema::Result::Borrower
4) Apply the patch
5) Try to acces the verification url again - now it should work

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Michal Denar <black23@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
opac/opac-registration-verify.pl