05-10-2020 20:57 via sltrib.com

Password Reset

window.onload = function() { tp.push(['init', function() {if (!tp.user.isUserValid()) {var tokenMatch = location.search.match(/reset_token=([A-Za-z0-9]+)/);if (tokenMatch) {var token = tokenMatch[1];tp.pianoId.show({'resetPasswordToken': token, loggedIn: function () {location.reload();}});}}}]);} For password reset to work, you must be logged out. If logged in, you may change your password on the account page.
Read more »