Re: [Koha] Password, hash, bcrypt

2020-02-21 Thread Jonathan Druart
Hello Rob, Here is what you were looking for: use Modern::Perl; use Koha::AuthUtils; use C4::Auth; # Generate the hash my $hashed_pwd = Koha::AuthUtils::hash_password('Your password'); # Compare it with a new login my $login_pwd = 'Your password'; say C4::Auth::checkpw_hash( $login_pwd, $hashed_p

[Koha] Repeatition

2020-02-21 Thread Emmanuel Ukpoughul
sir, i write to know why is it that Koha does not bring an item for instance, an author, publisher which you have typed in before. other softwares do bring already typed item for you to just select once it has been saved in the databasethanks Ukpoughul Emmanuel __

Re: [Koha] Password, hash, bcrypt

2020-02-21 Thread robm
Hi Jonathan. Thank you. But tell me: some special reason for not using the php function? Because it's working ok ... -- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html ___ Koha mailing list http://koha-community.org Koha@lists

Re: [Koha] Password, hash, bcrypt

2020-02-21 Thread Jonathan Druart
If you are writing PHP code and that the function works as you expect, then use it :) Le ven. 21 févr. 2020 à 12:36, robm a écrit : > > Hi Jonathan. > Thank you. > But tell me: some special reason for not using the php function? Because > it's working ok ... > > > > > -- > Sent from: http://koha.

Re: [Koha] qr code

2020-02-21 Thread David Nind
As far as I can tell this is currently no QR code generation feature in Koha itself. There are a couple of bugs in Bugzilla related to QR codes: - Printable QR link: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23567 - Allow QR codes to be used in label/patroncard creator: https://bug

Re: [Koha] qr code

2020-02-21 Thread Nisreen Qabbani
Thank you for your reply On Fri, Feb 21, 2020 at 11:28 PM David Nind wrote: > As far as I can tell this is currently no QR code generation feature in > Koha itself. > > There are a couple of bugs in Bugzilla related to QR codes: > - Printable QR link: > https://bugs.koha-community.org/bugzilla3