-
Notifications
You must be signed in to change notification settings - Fork 1
Running QA Security Scans
Glen Horton edited this page Nov 16, 2017
·
1 revision
-
[Wipe the QA environment of all content and users.] (How-to-wipe-all-content-in-Scholar-3)
-
Create the scanning account user by copying and pasting the block of commands below into the rails console on one of the QA web servers. The entire block can be copied and pasted at the same time to the console prompt. (the password is not used and doesn't matter):
email = '[email protected]' password = 'somepassword' first_name = 'Scanning' last_name = 'Account' user = User.create email: email, first_name: first_name, last_name: last_name, password: password, password_confirmation: password user.save
-
Email Doug Johnson and ask him to kick off a scan of scholar-qa.uc.edu.