Reset Urchin Admin Password

Occasionally, the password for the Administrator account (user name: admin) gets lost or forgotten. To reset the Urchin 6 Administrator password to ‘urchinadmin’ (without quotes), use the SQL statement below.

update uusers set ucus_password="USCX|f7a3ffae66ce965865eb4568e9a9271f" where ucus_name="admin";

After logging in with the new password, it may be changed in the admin settings section.