CodeIgniter Forums
ion_auth generate lots of users via shell - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: ion_auth generate lots of users via shell (/showthread.php?tid=55461)



ion_auth generate lots of users via shell - El Forum - 10-27-2012

[eluser]Unknown[/eluser]
Hi,

anybody using ion_auth that had to create lots of user via f.example bash (?)
I need to pre-create 5000-10000 users in mysql for the ion_auth login framework, any pointers on how to solve that would be much appreciated ! Smile

My main problem is the bcrypt / salt /hash stuff for the password field, and how to do that either via php-cli, any linux utilitie or something else ...