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
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
__
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
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.
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
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
6 matches
Mail list logo