When a patron self-registers via the OPAC we need to check them and activate their account after verification. This interface available in the staff client is expected to provide the following facilities: - List self registered patrons (by date range, alphabetically by name) - Account Activation status - Email verification status - Option to batch patron category change. - Option to batch activate verified patrons. Ref: Based on Mr. Md. Mubassir Ahsan's post https://lists.katipo.co.nz/pipermail/koha/2016-October/046377.html
The first point can be achieved by listing the patrons of the self-reg category. IT won't answer all the needs but at least you get them listed and can show the status by opening the patron detail pages one by one. I mean it's a workaround while waiting for a patch :)
Instant Solution Scenario 1: It is possible to list self-registered patrons by their assigned temporary patron category in patrons page. But the question is it is not possible to determine they have verified their email address or not. Instant Solution Scenario 2: Adding a page with a button self-registered patrons list just after the button "Patron Lists". Which may contain following listed table columns: 1. Card 2. Name 3. Email 4. Verified or not 5. Library (Dropdown list will facilitate to change instantly) 6. Patron Category (Dropdown list will facilitate to change instantly) 7. Button to activate or reject An email template should be added to send activation notification.