Bug 1387 - fgfgffff
Summary: fgfgffff
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: unspecified
Hardware: PC All
: P3 normal (vote)
Assignee: Chris Cormack
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-20 08:51 UTC by Chris Cormack
Modified: 2015-04-07 10:17 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
vvv (3.48 KB, text/html)
2007-07-20 08:51 UTC, Chris Cormack
Details
ffgh (3.47 KB, text/html)
2007-07-20 08:52 UTC, Chris Cormack
Details
loimm (3.04 KB, text/html)
2007-07-20 08:53 UTC, Chris Cormack
Details
poijn (2.92 KB, text/html)
2007-07-20 08:54 UTC, Chris Cormack
Details
poiuj (3.12 KB, text/html)
2007-07-20 08:54 UTC, Chris Cormack
Details
Bug 13871 - OverDrive message when user authentication fails (4.78 KB, patch)
2015-04-07 10:13 UTC, Mason James
Details | Diff | Splinter Review
Bug 13871 - OverDrive message when user authentication fails (4.78 KB, patch)
2015-04-07 10:17 UTC, Mason James
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Cormack 2010-05-21 00:29:53 UTC


---- Reported by giiddjdm@welovefucks.com 2007-07-20 08:51:15 ----

fgfgfff



---- Additional Comments From giiddjdm@welovefucks.com 2007-07-20 08:51:51 ----

Created an attachment
vvv





---- Additional Comments From giiddjdm@welovefucks.com 2007-07-20 08:52:08 ----

Created an attachment
ffgh





---- Additional Comments From giiddjdm@welovefucks.com 2007-07-20 08:53:30 ----

Created an attachment
loimm





---- Additional Comments From giiddjdm@welovefucks.com 2007-07-20 08:54:21 ----

Created an attachment
poijn





---- Additional Comments From giiddjdm@welovefucks.com 2007-07-20 08:54:49 ----

Created an attachment
poiuj





--- Bug imported by chris@bigballofwax.co.nz 2010-05-21 00:29 UTC  ---

This bug was previously known as _bug_ 1387 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=1387
Imported an attachment (id=314)
Imported an attachment (id=315)
Imported an attachment (id=316)
Imported an attachment (id=317)
Imported an attachment (id=318)

Actual time not defined. Setting to 0.0
The original reporter of this bug does not have
   an account here. Reassigning to the person who moved
   it here: chris@bigballofwax.co.nz.
   Previous reporter was giiddjdm@welovefucks.com.
The original submitter of attachment 314 [details] is unknown.
   Reassigning to the person who moved it here: chris@bigballofwax.co.nz.
The original submitter of attachment 315 [details] is unknown.
   Reassigning to the person who moved it here: chris@bigballofwax.co.nz.
The original submitter of attachment 316 [details] is unknown.
   Reassigning to the person who moved it here: chris@bigballofwax.co.nz.
The original submitter of attachment 317 [details] is unknown.
   Reassigning to the person who moved it here: chris@bigballofwax.co.nz.
The original submitter of attachment 318 [details] is unknown.
   Reassigning to the person who moved it here: chris@bigballofwax.co.nz.

Comment 1 Mason James 2015-04-07 10:13:39 UTC Comment hidden (obsolete)
Comment 2 Mason James 2015-04-07 10:17:11 UTC
Created attachment 37542 [details] [review]
Bug 13871 - OverDrive message when user authentication fails

NOTE: apply this patch after the additional perltidy patch

this patch is basically a small work-around to fix some confusing login text,
when users enter incorrect auth details via Overdrive's website

with this option disabled (default) there is no change to SIP's behaviour

to test...

1/ configure your overdrive account to talk to your Koha's SIP service

2/ start Koha's SIP

3/ enter a correct username and correct password in overdrive
see overdrive display '(1) Greetings from Koha…' (good)

4/ enter a correct username and *incorrect* password in overdrive
see overdrive display '(1) Greetings from Koha…' (bad)

5/ enter an incorrect username in overdrive
see overdrive display '(1)' (badder)

6/ apply patch, enable 'overdrive-mode' in Koha's SIPConfig.xml

example...
---------------------
<accounts>
<login id="kohasip" password="xxxxx" delimiter="|"
error-detect="enabled" institution="YYY" overdrive-mode="1" />
</accounts>
---------------------

7/ restart SIP

8/ enter a correct username and correct password
see overdrive display '(1) Greetings from Koha…'

9/ enter a correct username and *incorrect* password
see overdrive display '(1) Invalid patron or patron password'

10/ enter an incorrect username and incorrect password
see overdrive display '(1) Invalid patron or patron password'