cliffe / SecGen

Create randomly insecure VMs
GNU General Public License v3.0
2.62k stars 316 forks source link

Shepherd class updates #309

Closed JD2344 closed 6 months ago

JD2344 commented 6 months ago

Fixes the class generation so that the year is dynamic. Current behaviour hardcodes 'wns' which is apparently invalid within Shepherd as it requires a year.

This also adds an additional SQL statement so that the class is automatically assigned to all users, even during registration.

cliffe commented 6 months ago

Thanks!