[Koha-devel] Password stored in borrowers

Michael Hafen michael.hafen at washk12.org
Tue May 3 19:26:10 CEST 2016


You could try looking at svc/authentication  Looks like you can transmit
POST messages to it with a username and password, and get an XML response
with 'ok' or something else, and a session cookie.
Someday the REST api will be able to handle that too I suppose.

On Tue, May 3, 2016 at 11:02 AM, yash verma <yash.verma at st.niituniversity.in
> wrote:

> Is there any other way to get the userid and password confirmation via an
> external script?
> I am trying to get a login done through an Android application
> On 03-May-2016 10:28 PM, "Michael Hafen" <michael.hafen at washk12.org>
> wrote:
>
>> The password column in MySQL borrowers table is a hash.  It can not be
>> decrypted.
>>
>> On Tue, May 3, 2016 at 10:48 AM, yash verma <
>> yash.verma at st.niituniversity.in> wrote:
>>
>>> I need to retrieve the data from the borrowers table, but the password
>>> is encrypted. How do I decrypt it in MySQL?
>>>
>>> _______________________________________________
>>> Koha-devel mailing list
>>> Koha-devel at lists.koha-community.org
>>> http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
>>> website : http://www.koha-community.org/
>>> git : http://git.koha-community.org/
>>> bugs : http://bugs.koha-community.org/
>>>
>>
>>
>>
>> --
>> Michael Hafen
>> Washington County School District Technology Department
>> Systems Analyst
>>
>>
>>


-- 
Michael Hafen
Washington County School District Technology Department
Systems Analyst
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20160503/0a492126/attachment.html>


More information about the Koha-devel mailing list