https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22577 --- Comment #33 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- (In reply to Katrin Fischer from comment #30)
It just appears to me like thsi approach will open anoher can of worms.
- Which homelibrary to use for those users? - Which patron category? - How to keep people from deleting or changing them? - How to prevent that they change statistics in an unwanted way? (if they have a branch and a patron category)
No homelibrary, see patches No categorycode, see patches We can't if they're doing so directly in the db or a home grown script. But the patch does attemp to prevent it if they're using Koha object as they should. We also prevent these users from being searched at a pretty low level in code, see patches. As I saw, this is all now proof of concept code open for opinion and discussion. -- You are receiving this mail because: You are watching all bug changes.