{"id":34305,"date":"2026-09-01T17:27:03","date_gmt":"2026-09-01T17:27:03","guid":{"rendered":"https:\/\/uwisely.com\/?page_id=34305"},"modified":"2026-09-01T17:27:03","modified_gmt":"2026-09-01T17:27:03","slug":"senha-br","status":"publish","type":"page","link":"https:\/\/tim-br-upst.uwisely.com\/pt-br\/senha-br\/","title":{"rendered":"Forgot"},"content":{"rendered":"<div class=\"lu-page\">\n\n    <div class=\"lu-page__header\">\n        <svg class=\"lu-icon lu-icon--lock\" width=\"48\" height=\"48\" aria-hidden=\"true\" viewBox=\"0 0 75 75\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M56.25 25H53.125V18.75C53.125 10.125 46.125 3.125 37.5 3.125C28.875 3.125 21.875 10.125 21.875 18.75V25H18.75C15.3125 25 12.5 27.8125 12.5 31.25V62.5C12.5 65.9375 15.3125 68.75 18.75 68.75H56.25C59.6875 68.75 62.5 65.9375 62.5 62.5V31.25C62.5 27.8125 59.6875 25 56.25 25ZM28.125 18.75C28.125 13.5625 32.3125 9.375 37.5 9.375C42.6875 9.375 46.875 13.5625 46.875 18.75V25H28.125V18.75ZM56.25 62.5H18.75V31.25H56.25V62.5ZM37.5 53.125C40.9375 53.125 43.75 50.3125 43.75 46.875C43.75 43.4375 40.9375 40.625 37.5 40.625C34.0625 40.625 31.25 43.4375 31.25 46.875C31.25 50.3125 34.0625 53.125 37.5 53.125Z\" fill=\"white\"\/>\n<\/svg>        <h2 class=\"lu-page__title\">Esqueceu<small>sua senha?<\/small><\/h2>\n    <\/div>\n\n    <div class=\"lu-page__body\">\n\n        \n            <p class=\"lu-lead\">Digite o seu MSISDN para receber a sua senha por SMS.<\/p>\n\n            <form method=\"post\" id=\"lu-forgot-form\" novalidate>\n                <input type=\"hidden\" id=\"uw_forgot_nonce\" name=\"uw_forgot_nonce\" value=\"7fcf22537c\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/pt-br\/wp-json\/wp\/v2\/pages\/34305\" \/>                <input type=\"hidden\" name=\"uwu_br_forgot\" value=\"1\">\n                <input type=\"hidden\" name=\"msisdn\" id=\"lu-fg-hidden\" value=\"\">\n\n                <div class=\"lu-field\" id=\"lu-fg-field\">\n                    <span class=\"lu-field__icon\"><svg class=\"lu-icon lu-icon--phone\" width=\"16\" height=\"16\" aria-hidden=\"true\" viewBox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M6.8125 5.20833C6.875 6.13542 7.03125 7.04167 7.28125 7.90625L6.03125 9.15625C5.60417 7.90625 5.33333 6.58333 5.23958 5.20833H6.8125ZM17.0833 17.7292C17.9687 17.9792 18.875 18.1354 19.7917 18.1979V19.75C18.4167 19.6562 17.0937 19.3854 15.8333 18.9687L17.0833 17.7292ZM7.8125 3.125H4.16667C3.59375 3.125 3.125 3.59375 3.125 4.16667C3.125 13.9479 11.0521 21.875 20.8333 21.875C21.4062 21.875 21.875 21.4062 21.875 20.8333V17.1979C21.875 16.625 21.4062 16.1562 20.8333 16.1562C19.5417 16.1562 18.2812 15.9479 17.1146 15.5625C17.0114 15.524 16.9017 15.5063 16.7917 15.5104C16.5208 15.5104 16.2604 15.6146 16.0521 15.8125L13.7604 18.1042C10.8078 16.5941 8.4059 14.1922 6.89583 11.2396L9.1875 8.94792C9.47917 8.65625 9.5625 8.25 9.44792 7.88542C9.05346 6.68531 8.85302 5.42994 8.85417 4.16667C8.85417 3.59375 8.38542 3.125 7.8125 3.125Z\" fill=\"#808080\"\/>\n<\/svg><\/span>\n                    <span class=\"lu-field__prefix\">+55<\/span>\n                    <input type=\"tel\" id=\"lu-fg-phone\" inputmode=\"numeric\" autocomplete=\"tel-national\"\n                           placeholder=\"Seu n\u00famero de telefone\" maxlength=\"16\"\n                           aria-describedby=\"lu-fg-error\">\n                <\/div>\n                <p class=\"lu-field-error\" id=\"lu-fg-error\">\n                    O n\u00famero de telefone \u00e9 inv\u00e1lido. Tente novamente.                <\/p>\n\n                <button type=\"submit\" class=\"lu-btn lu-btn--primary\" id=\"lu-fg-btn\" disabled>Reenviar senha<\/button>\n            <\/form>\n\n        \n    <\/div>\n<\/div>\n\n<script>\n(function () {\n    var phone  = document.getElementById('lu-fg-phone');\n    var hidden = document.getElementById('lu-fg-hidden');\n    var field  = document.getElementById('lu-fg-field');\n    var error  = document.getElementById('lu-fg-error');\n    var btn    = document.getElementById('lu-fg-btn');\n    if (!phone) return;\n\n    var touched = false;\n\n    function validate() {\n        var d  = phone.value.replace(\/\\D\/g, '').replace(\/^0+\/, '');\n        var ok = \/^\\d{11}$\/.test(d);\n        hidden.value = d ? '55' + d : '';\n\n        var bad = touched && d.length > 0 && !ok;\n        field.classList.toggle('lu-field--error', bad);\n        error.classList.toggle('is-visible', bad);\n        btn.disabled = !ok;\n    }\n\n    phone.addEventListener('input', function () { touched = true; validate(); });\n    phone.addEventListener('blur',  function () { touched = true; validate(); });\n    validate();\n})();\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-34305","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tim-br-upst.uwisely.com\/pt-br\/wp-json\/wp\/v2\/pages\/34305","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tim-br-upst.uwisely.com\/pt-br\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tim-br-upst.uwisely.com\/pt-br\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tim-br-upst.uwisely.com\/pt-br\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tim-br-upst.uwisely.com\/pt-br\/wp-json\/wp\/v2\/comments?post=34305"}],"version-history":[{"count":1,"href":"https:\/\/tim-br-upst.uwisely.com\/pt-br\/wp-json\/wp\/v2\/pages\/34305\/revisions"}],"predecessor-version":[{"id":34306,"href":"https:\/\/tim-br-upst.uwisely.com\/pt-br\/wp-json\/wp\/v2\/pages\/34305\/revisions\/34306"}],"wp:attachment":[{"href":"https:\/\/tim-br-upst.uwisely.com\/pt-br\/wp-json\/wp\/v2\/media?parent=34305"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}