https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23109 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 90706 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=90706&action=edit Bug 23109: Improve description of staffaccess permission Changes: Allow staff members to modify permissions for other staff members To: Allow staff members to modify permissions and passwords for other staff members. As suggested by Andre on the initial bug report. To test: - Go to any patron account and check More > permissions - Veriy the description is shown as noted above - Apply patch and run database update - Reload the page and verify the description has changed - Run the following SQL and verify the description in the database table matches as well: SELECT * FROM userflags where flag = "staffaccess"; -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.