Nevermind. I was able to do it using the password value from the
data.sql file used by the easy installer script. I'll put up the steps
I used in case anyone ever needs to do this:
[root@paragent paragent]# mysql pylon
mysql> update users
mysql> set PASSWORD =
'd82494f05d6917ba02f7aaa29689ccb444bb73f20380876cb05d1f37537b7892'
mysql> where USERNAME = 'admin';
The password will be set back to the default of 'admin'