Bugzilla – Attachment 62166 Details for
Bug 12930
Web installer does not show login errors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12930: Web installer does not show login errors
Bug-12930-Web-installer-does-not-show-login-errors.patch (text/plain), 1.59 KB, created by
Marcel de Rooy
on 2017-04-14 11:18:29 UTC
(
hide
)
Description:
Bug 12930: Web installer does not show login errors
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-04-14 11:18:29 UTC
Size:
1.59 KB
patch
obsolete
>From de9160d780e5b86cb23fdd51e1d3706767f66a2e Mon Sep 17 00:00:00 2001 >From: Alex Buckley <alexbuckley@catalyst.net.nz> >Date: Sat, 8 Apr 2017 23:18:23 +0000 >Subject: [PATCH] Bug 12930: Web installer does not show login errors >MIME-Version: 1.0 >Content-Type: text/plain; charset=utf-8 >Content-Transfer-Encoding: 8bit >Content-Type: text/plain; charset=utf-8 > >Implemented invalid_username_or_password template >variable being handed to Auth.tt. Removed indentation >changes and modification to return value of checkpw > >Test plan: >See comment #2 > >Alternative test plan: >- Clear session cookies or close / open your browser >- Go to [MY SERVER]/cgi-bin/koha/installer/install.pl >- Verify that message appears if wrong username/pw provided >- Verify that you can log in with databas administrator account > >Tested with alternative test plan, works as expected. Title and >description in commit message adapted. >Signed-off-by: Marc Véron <veron@veron.ch> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > C4/InstallAuth.pm | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/C4/InstallAuth.pm b/C4/InstallAuth.pm >index c91bde8..6851214 100644 >--- a/C4/InstallAuth.pm >+++ b/C4/InstallAuth.pm >@@ -379,6 +379,10 @@ sub checkauth { > $template->param( login => 1 ); > $template->param( loginprompt => 1 ) unless $info{'nopermission'}; > >+ if ($info{'invalid_username_or_password'} == 1) { >+ $template->param( 'invalid_username_or_password' => $info{'invalid_username_or_password'}); >+ } >+ > $template->param( \%info ); > $cookie = $query->cookie( > -name => 'CGISESSID', >-- >2.1.4
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 12930
:
61768
|
61777
|
61807
|
61808
|
62116
|
62117
| 62166