Task 4: Resetting password - KeegMitch/Operations-Engineering-group-c GitHub Wiki
Ticket:https://rttest.ict.op.ac.nz/Ticket/Display.html?id=908
Generated new password using
generate_password() { tr -dc 'A-Za-z0-9!@#$%^&*()-_=+{}[]<>?~' < /dev/urandom | head -c 16; }
Then changed the ocuser04 password