Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

SETUP USER

Set the password to “santiago” and don’t have it expire.

UPDATE mb2_user 
 SET PASSWORD = 'Sfqq3kk76La2Fk7mf35NEBgSpd2pcNbKaT3ai4z4Lks=',
 tm_password = '{SHA}Sfqq3kk76La2Fk7mf35NEBgSpd2pcNbKaT3ai4z4Lks=',
 password_changed_on = now() 
WHERE EMAIL = 'michael.bodkin@sunwavehealth.com' AND LAST_NAME = 'Bodkin';COMMIT;

See Users

SELECT * FROM mb2_user;
  • No labels