Bugzilla – Attachment 101977 Details for
Bug 21190
Add logging of successful/unsuccessful login attempts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21190: Allow browsing the system logs for AUTH events
Bug-21190-Allow-browsing-the-system-logs-for-AUTH-.patch (text/plain), 2.12 KB, created by
Marcel de Rooy
on 2020-03-27 09:13:38 UTC
(
hide
)
Description:
Bug 21190: Allow browsing the system logs for AUTH events
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2020-03-27 09:13:38 UTC
Size:
2.12 KB
patch
obsolete
>From 30083dda3fb4aecf9c6479d5edb63e72501a4b53 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 25 Oct 2019 10:12:16 +0000 >Subject: [PATCH] Bug 21190: Allow browsing the system logs for AUTH events >Content-Type: text/plain; charset=utf-8 > >Trivial change, adding AUTH to viewlog template only. > >Test plan: >Look for the Authentication log lines in viewlog.pl (intranet tools). > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> > >Signed-off-by: Jon Knight <J.P.Knight@lboro.ac.uk> > >Signed-off-by: Michal Denar <black23@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >index 6e2632c6e3..0d41e2f79b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >@@ -23,6 +23,7 @@ > > [% BLOCK translate_log_module %] > [% SWITCH module %] >+[% CASE 'AUTH' %]Authentication > [% CASE 'CATALOGUING' %]Catalog > [% CASE 'AUTHORITIES' %]Authorities > [% CASE 'MEMBERS' %]Patrons >@@ -107,7 +108,7 @@ > [% ELSE %] > <option value="">All</option> > [% END %] >- [% FOREACH modx IN [ 'CATALOGUING' 'AUTHORITIES' 'MEMBERS' 'ACQUISITIONS' 'SERIAL' 'HOLDS' 'ILL' 'CIRCULATION' 'LETTER' 'FINES' 'SYSTEMPREFERENCE' 'CRONJOBS', 'REPORTS' ] %] >+ [% FOREACH modx IN [ 'AUTH' 'CATALOGUING' 'AUTHORITIES' 'MEMBERS' 'ACQUISITIONS' 'SERIAL' 'HOLDS' 'ILL' 'CIRCULATION' 'LETTER' 'FINES' 'SYSTEMPREFERENCE' 'CRONJOBS', 'REPORTS' ] %] > [% IF modules.grep(modx).size %] > <option value="[% modx | html %]" selected="selected">[% PROCESS translate_log_module module=modx %]</option> > [% ELSE %] >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 21190
:
94713
|
94714
|
94715
|
94717
|
94732
|
94733
|
94734
|
94735
|
94736
|
94805
|
98067
|
98068
|
98069
|
98070
|
98071
|
98072
|
98073
|
98074
|
98110
|
98111
|
98112
|
98113
|
98114
|
98115
|
98116
|
98117
|
98125
|
98133
|
98134
|
98135
|
98136
|
98137
|
98138
|
98139
|
98140
|
98141
|
101971
|
101972
|
101973
|
101974
|
101975
|
101976
|
101977
|
101978
|
101979
|
102493
|
102494
|
102496
|
102497
|
102498
|
102499
|
102500
|
102501
|
102502
|
123540