![]() |
Thanks for everything.
I was able to add login functionality to an existing app using Myth/Auth, but the next step is to add a large number of dummy users for development. For example, creating a school management system, a school teacher and a school student (e.g. [email protected]). On the db, if I copy password_hash, activate_hash, active to the users I added with seeder, they can't seem to log in (great in production!). . Is there any way to add each user in bulk (dummy users can log in) with seeder or other software for development? Alternatively, it might be possible to add a non-activated user in seeder and add a record to the school_users table using only the id as a foreign key. |
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
|