If you forget your Triofox default cluster administrator account, you can retrieve the account as follows:
PostgesSQL database Only (if you don't have access to this page, skip it and run the following commands directly)
Steps:
- Remote desktop to the Triofox server
- Open the Windows command prompt "Run as administrator"
- Run this command (This is for the default setting, replace the command values if needed):
"C:\Program Files (x86)\Triofox\monitor\postgresql\bin\psql" -d csmain -p 5679 -U postgres
- Run this SQL command to extract the default cluster administrator account:
select email, description from public.xaf_user where isrootadmin = true;
5F4DCC3B5AA765D61D8327DEB882CF99 - Close the command window
Comments
0 comments
Please sign in to leave a comment.