Please refer to the documentation of your operating system for instructions on how to reset the current password for any user using their email address or username.
cd C:\BoldServices\utilities\adminutils
Syncfusion.Server.Commands.Utility.exe reset -u 'user email or username here' -p 'new password here'
cd /var/www/bold-services/application/utilities/adminutils/
../../../dotnet/dotnet Syncfusion.Server.Commands.Utility.dll reset -u 'user email or username here' -p 'new password here'
docker exec -it <Container ID or Container name>cd /application/utilities/adminutils/
dotnet Syncfusion.Server.Commands.Utility.dll reset -u 'user email or username here' -p 'new password here' 
docker restart <container ID or container name>docker exec -it <Container ID or Container name>cd /application/utilities/adminutils/
dotnet Syncfusion.Server.Commands.Utility.dll reset -u 'user email or username here' -p 'new password here' 
docker ps docker restart <container ID or container name>Note: Restart all seven containers using the above command one by one from the container name or ID.
Having trouble getting help?
Contact SupportHaving trouble getting help?
Contact Support