[Koha-bugs] [Bug 29480] Add email address as a method for generating the userid when self registering in OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 19 15:01:17 CEST 2022


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #12 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Please use the new style for an atomic update:

use Modern::Perl;

return {
    bug_number => "BUG_NUMBER",
    description => "A single line description",
    up => sub {
        my ($args) = @_;
        my ($dbh, $out) = @$args{qw(dbh out)};
        # Do you stuffs here
        $dbh->do(q{});
        # Print useful stuff here
        say $out "Update is going well so far";
    },
};

See skeleton file in the atomicupdate folder.

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


More information about the Koha-bugs mailing list