![]() |
(05-03-2022, 12:53 AM)InsiteFX Wrote: Why not use the Database Seeder to add the data to the database table? thanks InsiteFXWhy. Yes, I am. I am using a database seeder to create users. I have just noticed the 1st question's answer. I discovered that the following two dummy users have different passwords. Instead of using a converted value for each user, using a single converted value. The password_hash function was converting the same words but spitting out different hashes. This was the cause. PHP Code: [ |
Messages In This Thread |
How to add users in Myth/Auth in batches - by yoshi - 05-02-2022, 09:44 PM
RE: How to add users in Myth/Auth in batches and how to input user names in Japanese - by JustJohnQ - 05-02-2022, 11:29 PM
RE: How to add users in Myth/Auth in batches and how to input user names in Japanese - by yoshi - 05-03-2022, 12:50 AM
RE: How to add users in Myth/Auth in batches and how to input user names in Japanese - by InsiteFX - 05-03-2022, 12:53 AM
RE: How to add users in Myth/Auth in batches and how to input user names in Japanese - by yoshi - 05-03-2022, 01:17 AM
RE: How to add users in Myth/Auth in batches - by kenjis - 05-03-2022, 05:17 AM
RE: How to add users in Myth/Auth in batches - by yoshi - 05-03-2022, 09:21 PM
|