From f6126d99623d54e932ba049050c5107d525b59d5 Mon Sep 17 00:00:00 2001 From: kados Date: Tue, 3 Jul 2007 18:29:37 +0000 Subject: [PATCH] replacing SUPER with NO_LIBRARY_SET for login information --- C4/Auth.pm | 2 +- installer/InstallAuth.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/C4/Auth.pm b/C4/Auth.pm index 428c526940..a1e9ea1504 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -579,7 +579,7 @@ sub checkauth { C4::Context->config('user'), C4::Context->config('user'), "", - "SUPER", + "NO_LIBRARY_SET", 1, C4::Context->preference('KohaAdminEmailAddress') ); diff --git a/installer/InstallAuth.pm b/installer/InstallAuth.pm index 2086856fa5..63fcfd82b7 100644 --- a/installer/InstallAuth.pm +++ b/installer/InstallAuth.pm @@ -300,7 +300,7 @@ sub checkauth { C4::Context->config('user'), C4::Context->config('user'), "", - "SUPER", + "NO_LIBRARY_SET", 1,"" ); $envcookie = $query->cookie( -- 2.20.1