Please refer to your operating system’s documentation for how to reset the current password of any user using their email address or username.
Open the command prompt and change the directory to the admin utility location.
cd C:\BoldServices\utilities\adminutils
After changing the directory, please run the following command to reset the password.
Syncfusion.Server.Commands.Utility.exe reset -u 'user email or username here' -p 'new password here'
Once, the password has been reset successfully, the user can log in with the updated password.
Change the directory to the admin utility location.
cd /var/www/bold-services/application/utilities/adminutils/
After changing the directory, please run the following command to reset the password.
../../../dotnet/dotnet Syncfusion.Server.Commands.Utility.dll reset -u 'user email or username here' -p 'new password here'
Once the password has been reset successfully, the user can log in with the updated password.