https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27395
--- Comment #20 from Andrew Fuerste-Henry <[email protected]> --- > Should every registered patron be > moved to another category? Yes, that's the intended workflow. > Cant this be done more intelligently? The assumption among libraries I've worked with is that staff need to manually verify validity of the account, which generally means physically checking some proof of address. In theory, one could automate the category change using the update_patrons_category cronjob, but I'm not sure more automated is more intelligently. > We are using the verification step too. So why should we remove patrons from > borrowers table? If they do not accept, they are just in some temporary > table? If you're also using the email verification step, then you're correct, those patrons aren't in the borrowers table at all until they click the link in their email. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
