1 Jul
2003
1 Jul
'03
8:47 a.m.
Hi all, I think this question is for Chris. Our passwords are imported as plain text and they don't work (koha expects encryption). How do we encrypt them as we import (is there a subroutine to call) so they will work?
1 Jul
1 Jul
9:16 a.m.
Joshua Ferraro wrote:
Hi all, I think this question is for Chris. Our passwords are imported as plain text and they don't work (koha expects encryption). How do we encrypt them as we import (is there a subroutine to call) so they will work?
insert into user (password) values (password(plaintextpassword)); (internal mySQL function) -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
8414
Age (days ago)
8414
Last active (days ago)
1 comments
2 participants
participants (2)
-
Joshua Ferraro -
paul POULAIN