Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cryptographic lab by populating CF_user table
Fixes #221 Insert necessary user data into the `introduction_cf_user` table for the cryptographic failure labs. * **introduction/migrations/0017_cf_user.py** - Insert user data with fields `username` and `password` into the `CF_user` table. - Add SQL command to insert user data: 'alex', 'admin', and 'rupak' with their respective passwords. * **introduction/migrations/0018_cf_user_password2.py** - Insert user data with fields `username`, `password`, and `password2` into the `CF_user` table. - Add SQL command to insert user data: 'alex', 'admin', and 'rupak' with their respective passwords and password2 values. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/adeyosemanputra/pygoat/issues/221?shareId=XXXX-XXXX-XXXX-XXXX).
- Loading branch information