User Tools

Site Tools


reset_keychain_password

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

reset_keychain_password [2019/10/08 21:59]
k2patel
reset_keychain_password [2020/08/10 02:35]
Line 1: Line 1:
-====== Reset Keychain password ====== 
- 
-While using third party password authentication,​ many time your keychain password doesn'​t match your updated password.<​BR>​ 
-In order to update password without loosing key are using following command. 
-<code bash> 
-# Find your default chain location 
-security default-keychain 
-    "/​Users/<​username>/​Library/​Keychains/​login.keychain-db"​ 
- 
-# Run following command to change password, followed by old and new prompt. 
-security set-keychain-password $(security default-keychain) 
-</​code>​ 
  
reset_keychain_password.txt ยท Last modified: 2020/08/10 02:35 (external edit)