JayaAnim / CS2W

0 stars 0 forks source link

EN push to production and delete test data #64

Open Sajida7861 opened 3 months ago

Sajida7861 commented 3 months ago

please push changes on dev site to the production site delete all employer and user accounts please let us know which learner accounts are white listed and available for testing

Sajida7861 commented 3 months ago

Make sure the deleted accounts have no priviliges either - i just added a emp user on the dev site that was deleted but had previous admin privileges and gives admin info n a 403 forbidden error - will add a video to explain this scenario Some of our alpha testers will use same emails n may run into these issues Due by April 6th, 2024 midnight

JayaAnim commented 3 months ago

All employers and jobs have been deleted. Docs have been made for this but deletion was done through these scripts (simplified for readability): User.objects.filter(employeruser__isnull=False).delete() Employer.objects.all().delete() User.objects.all().update(is_employer_user=False) JobApplicationComment.objects.all().delete() JobApplication.objects.all().delete() Job.objects.all().delete()

These test accounts have been deleted but remain white listed: 'cs2wLearnerTest11@outlook.com', 'cs2wLearnerTest12@outlook.com', 'cs2wLearnerTest13@outlook.com', 'cs2wLearnerTest14@outlook.com', 'cs2wLearnerTest15@outlook.com', 'cs2wLearnerTest16@outlook.com', 'cs2wLearnerTest17@outlook.com', 'cs2wLearnerTest18@outlook.com', 'cs2wLearnerTest19@outlook.com', 'cs2wLearnerTest20@outlook.com', "cs2wLearnerTest1@outlook.com", "cs2wLearnerTest2@outlook.com", "cs2wLearnerTest3@outlook.com", "cs2wLearnerTest4@outlook.com", "cs2wLearnerTest5@outlook.com", "cs2wLearnerTest6@outlook.com", "cs2wLearnerTest7@outlook.com", "cs2wLearnerTest8@outlook.com", "cs2wLearnerTest9@outlook.com", "cs2wLearnerTest10@outlook.com"

Sajida7861 commented 3 months ago

https://github.com/JayaAnim/CS2W/assets/148807381/b745fe6e-ba3d-400e-ad11-1c71b3a0464f

Take a look at this video the associated Employer user account is sorrellidiscount@yahoo.com

Sajida7861 commented 3 months ago

Please watxh the video I just uploaded and please make sure the 403 forbidden erorr bug is fixed - thanks Sajida

Sajida7861 commented 3 months ago

Thanks, Chase.

Sajida Shabanali, MS Center for Cybersecurity University of West Florida Adjunct Professor/ Employers Network Coordinator

On Sat, Apr 6, 2024 at 10:40 PM JayaAnim @.***> wrote:

All employers and jobs have been deleted. Docs have been made for this but deletion was done through these scripts (simplified for readability): User.objects.filter(employeruser__isnull=False).delete() Employer.objects.all().delete() User.objects.all().update(is_employer_user=False) JobApplicationComment.objects.all().delete() JobApplication.objects.all().delete() Job.objects.all().delete()

These test accounts have been deleted but remain white listed: @.', @.', @.', @.', @.', @.', @.', @.', @.', @.', @.", @.", @.", @.", @.", @.", @.", @.", @.", @."

— Reply to this email directly, view it on GitHub https://github.com/JayaAnim/CS2W/issues/64#issuecomment-2041297155, or unsubscribe https://github.com/notifications/unsubscribe-auth/BDPJ5VK5UETQTQQ7E2SD75LY4C54BAVCNFSM6AAAAABFZWHJUCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBRGI4TOMJVGU . You are receiving this because you authored the thread.Message ID: @.***>