Admin Email address

Hi guys,

I’m brand new to razuna and love it. Problem I have is that I have forgotten the admin email address I used when I setup the system. I am running it on Windows 7 with the basic install (Tomcat etc) and I have no idea how to execute the maintenance scripts I found on another thread. Can someone tell me how I can either
a) reset the email address I used originally; or
b) retrieve the email address/password combo I used.

I tried looking for the information in the DB but am not too confident with what I am doing. I really need your help.

Thanks
Michael.

Michael,

We don’t have a utility to reset your email address, but you can use the reset tool to reset the password which will provide you with the SystemAdmins email address in the output.

Doing so is simple:

  1. Rename the file SysAdminsReset.z to SysAdminsReset.cfm. (file is located at /razuna/admin/maintenance/)
  2. Open the file and edit the line “<cfset the_dsn = “mysql”>” and enter the database you are using. Guess you didn’t switch the database so this would be the value “H2”.
  3. Hit this template at the URL http://localhost:8080/razuna/admin/maintenance/SysAdminsReset.cfm

Hope this helps.

Champion. Thanks for this. Felt like a fool after reading this. So simple! :smile: