Password Troubleshooting
Resolve the error that you may come across while working with the password.
| 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 |
Copyright © Cloud Software Group, Inc. All rights reserved.
