User forgot the MC password

User forgot the MC password

******************************INTERNAL NOTE**************************

Environment:  

6.6 
 

Problem statement:  

After the password was changed, the customer forgot the new MC User password.

Resolution/Work Around: 

 
1. Ask the customer to provide old password.
2. Stop the replication service.
3. Check the old password key in SecSecurityUser table (As this table store last 3 password keys).
4. Update the password column to be the same as the password1 column in SQL table SecSecurityUser for User.
 
(update secsecurityuser set password=’ABC’ where id =’provide user id’ and password1=’ABC’)

5. Now login on MC with that old password.
6. Start replication service now from HO, so that new password replicated to all stores.
 



Note: CS0008436


    • Related Articles

    • Password change on iVend Cloud MC.

      Product version: iVend Cloud Version 6.6 with SAPB1 9.2 Problem statement: There is need to change the password of iVend user. Symptoms: There is need to change the password of iVend user. Proposed Solution/Workaround: Follow the below steps to ...
    • Security User is locked in iVend MC/POS

      Problem statement Security User is locked in iVend MC/POS after putting incorrect password while logging .Environment : iVend 6.6 with SAPB1 10. Symptoms User updated the product image from SAPB1 Product Master screen but there is no integration from ...
    • API Authentication User Id and Password Using Soup UI

      Environment : iVend 6.6 Problem Statement : In Soup UI all API's are exposed , if any end user can use API and see the transaction without any API token. API is configured in unauthenticated access , now we need to configure basic authentication that ...
    • iVend Cloud User access

      Environment: iVend cloud 6.6 Problem Statement: There is need to create user in iVend Enterprise MC with which user can login into iVend Cloud URL and iVend Enterprise MC. Symptoms: There is need to create user in iVend Enterprise MC with which user ...
    • After the Password change still shows the error message “Password has expired”

      Environment : iVend 6.6 Problem Statement : Once the user changes the password, with the “Forget password” option on the POS page in iVend, when he tries to log in, the same message pops up again “Password has expired”. Resolution/workaround: The ...