@@ -, +, @@ mysql-user"-warning - Apply the patch - Login as the MySQL user - Check that the warning appears on the intranet home page - Check that the typo in the first line is fixed: "This *is* a bad idea" - Check that the link in the warning leads to Home > Patrons --- .../intranet-tmpl/prog/en/modules/intranet-main.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt @@ -18,8 +18,8 @@
[% IF adminWarning %]
-

Warning: You're logged in with the database administrator account. This a bad idea, and you are likely to encounter problems.

-

You should create a patron to use when administering Koha and give it superlibrarian permissions.

+

Warning: You're logged in with the database administrator account. This is a bad idea, and you are likely to encounter problems.

+

You should create a patron to use when administering Koha and give it superlibrarian permissions.

[% END %]
--