I installed Verint locally but do not remember the password. Is there a way to create a new user or update password in SQL?
I installed Verint locally but do not remember the password. Is there a way to create a new user or update password in SQL?
You can update entries in the aspnet_Membership table.
Set Password = '2sZ/jMm/4ybp6lQv6rCVefDa/aw=', PasswordSalt = 'HqJ+8HTXYjedMPDu+vJcxg=='.
Then log in with Password1.
You can update entries in the aspnet_Membership table.
Set Password = '2sZ/jMm/4ybp6lQv6rCVefDa/aw=', PasswordSalt = 'HqJ+8HTXYjedMPDu+vJcxg=='.
Then log in with Password1.