Password Troubleshooting

Resolve the error that you may come across while working with the password.

Password Troubleshooting
Issue Description Solution
Changing the superuser password If you forget the Superuser password, you need to recover it. You can change the superuser password in the database using the following query:
Update member set security =’<NEW_PASSWORD>’ Where username = 'tadmin' and enterpriseid=0