Search results

Reset Password

Please refer to your operating system’s documentation for how to reset the current password of any user using their email address or username.

Windows

Linux

Windows

  1. Open the command prompt and change the directory to the admin utility location.
cd C:\BoldServices\utilities\adminutils

command

  1. 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'

reset-command

  1. Once, the password has been reset successfully, the user can log in with the updated password.

Linux

  1. Change the directory to the admin utility location.
cd /var/www/bold-services/application/utilities/adminutils/

command

  1. 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'

reset-command

  1. Once the password has been reset successfully, the user can log in with the updated password.
Contents
Contents