From 0be2cb154ebc902b46f6c24c408f2cfa07cadcb5 Mon Sep 17 00:00:00 2001 From: Melia Meggs Date: Wed, 28 Nov 2012 12:05:07 -0500 Subject: [PATCH] [SIGNED-OFF] Bug 8641 [Follow up]-Reword warning about log-in as root user to About-System information The wording of this message sounds strange to a native speaker. Reword it. Signed-off-by: Marc Veron New wording appears as expected on about page. Signed-off-by: Katrin Fischer All tests pass, new wording shows up. To test: 1) Login with your normal user - no warning is shown on about page 2) Login with the root/database user - warning is shown on about page --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index 4f2e897..17fd1e8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -100,8 +100,8 @@
[% IF (warnIsRootUser) %]

Warning regarding current user

-

It seems that you are logged in as database administrative user. A lot of things will not work with this account.

-

Usually you need to log in with a regular staff account. To create a staff account, create a library, a patron category 'Staff' and add a new patron. Then give this patron permissions from 'More' in the toolbar.

+

You are logged in as the database administrative user. This is not recommended because some parts of Koha will not function as expected when using this account.

+

Please log in instead with a regular staff account. To create a staff account, create a library, a patron category 'Staff' and add a new patron. Then give this patron permissions from 'More' in the toolbar.

[% END %]

Warnings regarding the system configuration

[% IF ( (prefNoZebra) || (warnPrefBiblioAddsAuthorities) || warnPrefEasyAnalyticalRecords ) %] -- 1.7.9.5