https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40695 Bug ID: 40695 Summary: Onboarding secretly enforces uppercase branchcodes Change sponsored?: --- Product: Koha Version: 24.11 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Installation and upgrade (web-based installer) Assignee: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com When creating a branch through the web installer onboarding process, Koha enforces uc() on the chosen branchcode in the background, which is not visible to the user in the interface. There is 2 issues with this: * The staff interface doesn't have this limitation. * The user doesn't notice this until they get into Koha later, when a user has already been created with this branchcode. In our case it is problematic because some codes can contain lower case letters for a reason and this is really hard to fix when noticed much later on. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.