Koha Staff login: Error: You do not have permission to access this page
We have moved from Koha 3.0.6 to 3.4.5 and we are facing the following problem: Login to the staff interface (:8080) gives the following error: (except for kohaadmin which is fine) Error: You do not have permission to access this page The user HAS superlibrarian Access to all librarian functions set. Login with the same user on :80 is fine. When we create a new user with superlibrarian access the login is ok. Is there anything we need to do to enable staff access? Regards, Rudy Wuthrich Kodaikanal International School
Sounds like the permission settings. If the files are owned by kohaadmin then non-privileged users will not have access. Alf On Tue, 2011-10-18 at 10:07 +0530, ISM KIS wrote:
We have moved from Koha 3.0.6 to 3.4.5 and we are facing the following problem:
Login to the staff interface (:8080) gives the following error: (except for kohaadmin which is fine) Error: You do not have permission to access this page
The user HAS superlibrarian Access to all librarian functions set. Login with the same user on :80 is fine.
When we create a new user with superlibrarian access the login is ok.
Is there anything we need to do to enable staff access?
Regards, Rudy Wuthrich Kodaikanal International School
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
On Tue, 2011-10-18 at 10:07 +0530, ISM KIS wrote:
Login to the staff interface (:8080) gives the following error: (except for kohaadmin which is fine) Error: You do not have permission to access this page
On Tue, Oct 18, 2011 at 1:03 AM, T Alfred Vahau <Alf.Vahau@upng.ac.pg> wrote:
Sounds like the permission settings. If the files are owned by kohaadmin then non-privileged users will not have access.
Error messages like the one above are generated by Koha based on user permissions stored in the database. They don't have anything to do with file ownership in the operating system.
The user HAS superlibrarian Access to all librarian functions set. Login with the same user on :80 is fine.
When we create a new user with superlibrarian access the login is ok.
Perhaps you could compare the borrowers.flags values stored in the database for the old and new patrons and double-check they are the same? -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org
I recently experienced some problems like this with LDAP authenticated logins... see my followup to http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5995 You should also verify that the staff members logging in are of a patron category of the type Staff. Adults and other patron category types do not have staff-side access privileges. -Ian On Tue, Oct 18, 2011 at 8:29 AM, Owen Leonard <oleonard@myacpl.org> wrote:
On Tue, 2011-10-18 at 10:07 +0530, ISM KIS wrote:
Login to the staff interface (:8080) gives the following error: (except for kohaadmin which is fine) Error: You do not have permission to access this page
On Tue, Oct 18, 2011 at 1:03 AM, T Alfred Vahau <Alf.Vahau@upng.ac.pg> wrote:
Sounds like the permission settings. If the files are owned by kohaadmin then non-privileged users will not have access.
Error messages like the one above are generated by Koha based on user permissions stored in the database. They don't have anything to do with file ownership in the operating system.
The user HAS superlibrarian Access to all librarian functions set. Login with the same user on :80 is fine.
When we create a new user with superlibrarian access the login is ok.
Perhaps you could compare the borrowers.flags values stored in the database for the old and new patrons and double-check they are the same?
-- Owen
-- Web Developer Athens County Public Libraries http://www.myacpl.org _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Ian Walls Lead Development Specialist ByWater Solutions Phone # (888) 900-8944 http://bywatersolutions.com ian.walls@bywatersolutions.com Twitter: @sekjal
participants (4)
-
Ian Walls -
ISM KIS -
Owen Leonard -
T Alfred Vahau