Search results

Reset Password

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.

Windows

Linux

Windows

  1. Open the command prompt and navigate 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 successfully reset, 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