{"id":14,"date":"2026-07-29T19:41:44","date_gmt":"2026-07-29T19:41:44","guid":{"rendered":"https:\/\/sigi.ipul.us\/index.php\/acceso\/"},"modified":"2026-07-29T19:41:44","modified_gmt":"2026-07-29T19:41:44","slug":"acceso","status":"publish","type":"page","link":"https:\/\/sigi.ipul.us\/index.php\/acceso\/","title":{"rendered":"Acceso"},"content":{"rendered":"\t\t<div id=\"sigi-acceso\" style=\"max-width:420px;margin:0 auto;font-family:sans-serif;\">\n\t\t\t<div id=\"sigi-acceso-form\">\n\t\t\t\t<p>Ingresa el correo que tienes registrado en la IPUL para recibir tu enlace de acceso.<\/p>\n\t\t\t\t<input type=\"email\" id=\"sigi-acceso-email\" placeholder=\"tu@correo.com\" style=\"width:100%;padding:10px;box-sizing:border-box;margin-bottom:10px;\">\n\t\t\t\t<button id=\"sigi-acceso-submit\" style=\"width:100%;padding:10px;cursor:pointer;\">Enviar enlace de acceso<\/button>\n\t\t\t<\/div>\n\t\t\t<div id=\"sigi-acceso-mensaje\" style=\"margin-top:15px;\"><\/div>\n\t\t<\/div>\n\t\t<script>\n\t\t(function () {\n\t\t\tvar restBase = \"https:\\\/\\\/sigi.ipul.us\\\/index.php\\\/wp-json\\\/sigi\\\/v1\\\/auth\";\n\t\t\tvar mensajeEl = document.getElementById('sigi-acceso-mensaje');\n\t\t\tvar formEl = document.getElementById('sigi-acceso-form');\n\n\t\t\tfunction mostrarMensaje(texto, esError) {\n\t\t\t\tmensajeEl.textContent = texto;\n\t\t\t\tmensajeEl.style.color = esError ? '#b00020' : '#1a7a1a';\n\t\t\t}\n\n\t\t\tvar params = new URLSearchParams(window.location.search);\n\t\t\tvar token = params.get('token');\n\n\t\t\tif (token) {\n\t\t\t\tformEl.style.display = 'none';\n\t\t\t\tmostrarMensaje('Verificando tu enlace...', false);\n\n\t\t\t\tfetch(restBase + '\/verify', {\n\t\t\t\t\tmethod: 'POST',\n\t\t\t\t\theaders: { 'Content-Type': 'application\/json' },\n\t\t\t\t\tbody: JSON.stringify({ token: token })\n\t\t\t\t})\n\t\t\t\t\t.then(function (r) { return r.json().then(function (data) { return { ok: r.ok, data: data }; }); })\n\t\t\t\t\t.then(function (result) {\n\t\t\t\t\t\tif (result.ok) {\n\t\t\t\t\t\t\tlocalStorage.setItem('sigi_jwt', result.data.token);\n\t\t\t\t\t\t\tlocalStorage.setItem('sigi_user', JSON.stringify({\n\t\t\t\t\t\t\t\tid: result.data.user_id,\n\t\t\t\t\t\t\t\tnombre: result.data.user_display_name,\n\t\t\t\t\t\t\t\temail: result.data.user_email,\n\t\t\t\t\t\t\t\troles: result.data.roles\n\t\t\t\t\t\t\t}));\n\t\t\t\t\t\t\tmostrarMensaje('\u00a1Listo! Ingresaste como ' + result.data.user_display_name + '.', false);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tmostrarMensaje(result.data.message || 'Enlace inv\u00e1lido o vencido.', true);\n\t\t\t\t\t\t}\n\t\t\t\t\t})\n\t\t\t\t\t.catch(function () {\n\t\t\t\t\t\tmostrarMensaje('Hubo un error de conexi\u00f3n. Intenta de nuevo.', true);\n\t\t\t\t\t});\n\t\t\t} else {\n\t\t\t\tdocument.getElementById('sigi-acceso-submit').addEventListener('click', function () {\n\t\t\t\t\tvar email = document.getElementById('sigi-acceso-email').value.trim();\n\t\t\t\t\tif (!email) {\n\t\t\t\t\t\tmostrarMensaje('Escribe tu correo.', true);\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\tmostrarMensaje('Enviando...', false);\n\n\t\t\t\t\tfetch(restBase + '\/request-link', {\n\t\t\t\t\t\tmethod: 'POST',\n\t\t\t\t\t\theaders: { 'Content-Type': 'application\/json' },\n\t\t\t\t\t\tbody: JSON.stringify({ email: email })\n\t\t\t\t\t})\n\t\t\t\t\t\t.then(function (r) { return r.json(); })\n\t\t\t\t\t\t.then(function (data) {\n\t\t\t\t\t\t\tmostrarMensaje(data.message, false);\n\t\t\t\t\t\t})\n\t\t\t\t\t\t.catch(function () {\n\t\t\t\t\t\t\tmostrarMensaje('Hubo un error de conexi\u00f3n. Intenta de nuevo.', true);\n\t\t\t\t\t\t});\n\t\t\t\t});\n\t\t\t}\n\t\t})();\n\t\t<\/script>\n\t\t\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":0,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-14","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/sigi.ipul.us\/index.php\/wp-json\/wp\/v2\/pages\/14","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sigi.ipul.us\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sigi.ipul.us\/index.php\/wp-json\/wp\/v2\/types\/page"}],"replies":[{"embeddable":true,"href":"https:\/\/sigi.ipul.us\/index.php\/wp-json\/wp\/v2\/comments?post=14"}],"version-history":[{"count":0,"href":"https:\/\/sigi.ipul.us\/index.php\/wp-json\/wp\/v2\/pages\/14\/revisions"}],"wp:attachment":[{"href":"https:\/\/sigi.ipul.us\/index.php\/wp-json\/wp\/v2\/media?parent=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}