RaeStichter / paranormal-tourism

0 stars 1 forks source link

Seeds #23

Open TechnicalParadox opened 3 years ago

TechnicalParadox commented 3 years ago

Lets come up with a list of Categories, Types, Attractions to seed if our database is reset. We could also possibly seed our 3 User accounts, with User.level === 2, our other account info, and our hashed passwords so that if the database is reset we do not lose our admin accounts

seeds should include our hashed passwords https://bcrypt-generator.com/ we can hash them here to be stored in the seeds.sql we use 10 rounds of salt on our site but it shouldnt affect anything with how many you use

my hash is

$2y$10$t/GtNX0hDkkYeW4oacEzZ.i/BW0sQ0hQPIcuUZ1JSu./rYrxBhCT.
RaeStichter commented 3 years ago

added seeds for type, category, users, attraction and attraction type