Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. UPDATE `customer_entity`
  2. SET `password_hash` = CONCAT(SHA2('xxxxxxxxpassword', 256), ':xxxxxxxx:1')
  3. WHERE `entity_id` = 145;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement