{"id":91,"date":"2026-01-13T02:08:50","date_gmt":"2026-01-13T02:08:50","guid":{"rendered":"https:\/\/shanecherry.com\/?page_id=91"},"modified":"2026-01-13T02:32:32","modified_gmt":"2026-01-13T02:32:32","slug":"password-reset","status":"publish","type":"page","link":"https:\/\/shanecherry.com\/?page_id=91","title":{"rendered":"Password reset"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Reset Password | ShaneCoin<\/title>\n    <meta name=\"description\" content=\"Reset your ShaneCoin account password.\">\n    \n    <style>\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n        body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); min-height: 100vh; color: #fff; display: flex; align-items: center; justify-content: center; }\n        \n        .reset-container { width: 100%; max-width: 450px; padding: 20px; }\n        \n        .reset-box { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 40px; backdrop-filter: blur(10px); }\n        \n        .logo { text-align: center; margin-bottom: 30px; }\n        .logo .icon { font-size: 4em; margin-bottom: 15px; }\n        .logo h1 { font-size: 2em; background: linear-gradient(90deg, #00d4ff, #7b2cbf); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }\n        .logo p { color: #888; margin-top: 10px; }\n        \n        \/* Ultimate Member Form Styling Override *\/\n        .um-form input[type=\"text\"],\n        .um-form input[type=\"email\"] {\n            width: 100% !important;\n            padding: 15px 20px !important;\n            border: 1px solid rgba(255,255,255,0.2) !important;\n            border-radius: 10px !important;\n            background: rgba(255,255,255,0.05) !important;\n            color: #fff !important;\n            font-size: 1em !important;\n            margin-bottom: 20px !important;\n        }\n        .um-form input:focus { outline: none !important; border-color: #00d4ff !important; }\n        .um-form label { color: #aaa !important; margin-bottom: 8px !important; display: block !important; }\n        \n        .um-form .um-button {\n            width: 100% !important;\n            padding: 15px !important;\n            background: linear-gradient(90deg, #f39c12, #e67e22) !important;\n            border: none !important;\n            border-radius: 10px !important;\n            color: #fff !important;\n            font-size: 1.1em !important;\n            font-weight: bold !important;\n            cursor: pointer !important;\n        }\n        \n        \/* Custom form styling *\/\n        .custom-form label { color: #aaa; margin-bottom: 8px; display: block; font-size: 0.9em; }\n        .custom-form input {\n            width: 100%;\n            padding: 15px 20px;\n            border: 1px solid rgba(255,255,255,0.2);\n            border-radius: 10px;\n            background: rgba(255,255,255,0.05);\n            color: #fff;\n            font-size: 1em;\n            margin-bottom: 20px;\n        }\n        .custom-form input:focus { outline: none; border-color: #00d4ff; }\n        .custom-form input::placeholder { color: #666; }\n        \n        .btn {\n            width: 100%;\n            padding: 15px;\n            background: linear-gradient(90deg, #f39c12, #e67e22);\n            border: none;\n            border-radius: 10px;\n            color: #fff;\n            font-size: 1.1em;\n            font-weight: bold;\n            cursor: pointer;\n            transition: transform 0.2s, box-shadow 0.2s;\n        }\n        .btn:hover { transform: scale(1.02); box-shadow: 0 5px 25px rgba(243,156,18,0.4); }\n        \n        .divider { display: flex; align-items: center; margin: 25px 0; }\n        .divider::before, .divider::after { content: ''; flex: 1; height: 1px; background: rgba(255,255,255,0.2); }\n        .divider span { padding: 0 15px; color: #888; font-size: 0.9em; }\n        \n        .links { text-align: center; }\n        .links a { color: #00d4ff; text-decoration: none; margin: 0 10px; font-size: 0.95em; }\n        .links a:hover { text-decoration: underline; }\n        \n        .info-box { background: rgba(0,212,255,0.1); border: 1px solid rgba(0,212,255,0.3); border-radius: 10px; padding: 15px; margin-bottom: 25px; }\n        .info-box p { color: #aaa; font-size: 0.9em; line-height: 1.5; }\n        \n        .alert { padding: 15px; border-radius: 10px; margin-bottom: 20px; }\n        .alert-success { background: rgba(46,204,113,0.2); border: 1px solid #2ecc71; color: #2ecc71; }\n        .alert-error { background: rgba(231,76,60,0.2); border: 1px solid #e74c3c; color: #e74c3c; }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"reset-container\">\n        <div class=\"reset-box\">\n            <div class=\"logo\">\n                <div class=\"icon\">\ud83d\udd11<\/div>\n                <h1>Reset Password<\/h1>\n                <p>We&#8217;ll help you get back in<\/p>\n            <\/div>\n            \n            <div class=\"info-box\">\n                <p>Enter your email address and we&#8217;ll send you a link to reset your password. Your wallet and coins are safe!<\/p>\n            <\/div>\n            \n            <!-- Ultimate Member Password Reset Shortcode -->\n            <!-- Replace this comment with: [ultimatemember form_id=\"YOUR_PASSWORD_RESET_FORM_ID\"] -->\n            \n            <!-- Fallback Custom Form -->\n            <form class=\"custom-form\" id=\"resetForm\">\n                <div>\n                    <label for=\"email\">Email Address<\/label>\n                    <input type=\"email\" id=\"email\" name=\"email\" placeholder=\"Enter your registered email\" required>\n                <\/div>\n                \n                <button type=\"submit\" class=\"btn\">\ud83d\udce7 Send Reset Link<\/button>\n            <\/form>\n            \n            <div class=\"divider\"><span>Remember your password?<\/span><\/div>\n            \n            <div class=\"links\">\n                <a href=\"\/login\">\ud83d\udd13 Back to Login<\/a>\n                <a href=\"\/register\">\ud83d\udcdd Create Account<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n\n\n<div class=\"um um-password um-um_password_id\">\n\t<div class=\"um-form\">\n\t\t<form method=\"post\" action=\"\">\n\t\t\t\n\t\t\t\t<input type=\"hidden\" name=\"_um_password_reset\" id=\"_um_password_reset\" value=\"1\" \/>\n\n\t\t\t\t\t\t\t\t\t<div class=\"um-field um-field-block um-field-type_block\">\n\t\t\t\t\t\t<div class=\"um-field-block\">\n\t\t\t\t\t\t\t<div style=\"text-align:center;\">\n\t\t\t\t\t\t\t\tTo reset your password, please enter your email address or username below.\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div  id=\"um_field_0_username_b\" class=\"um-field um-field-text  um-field-username_b um-field-text um-field-type_text\" data-key=\"username_b\"><div class=\"um-field-area\"><input  autocomplete=\"off\" class=\"um-form-field valid \" type=\"text\" name=\"username_b\" id=\"username_b\" value=\"\" placeholder=\"Enter your username or email\" data-validate=\"\" data-key=\"username_b\"  aria-invalid=\"false\" \/>\n\n\t\t\t\t\t\t<\/div><\/div>\t\t\t\t<div class=\"um-col-alt um-col-alt-b\">\n\t\t\t\t\t<div class=\"um-center\">\n\t\t\t\t\t\t<input type=\"submit\" value=\"Reset password\" class=\"um-button\" id=\"um-submit-btn\" \/>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"um-clear\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<input type=\"hidden\" name=\"form_id\" id=\"form_id_um_password_id\" value=\"um_password_id\" \/>\n\t\t<p class=\"um_request_name\">\n\t\t<label for=\"um_request_um_password_id\">Only fill in if you are not human<\/label>\n\t\t<input type=\"hidden\" name=\"um_request\" id=\"um_request_um_password_id\" class=\"input\" value=\"\" size=\"25\" autocomplete=\"off\" \/>\n\t<\/p>\n\t\t\t<\/form>\n\t<\/div>\n<\/div>\n<style>\n\t\t\t.um-um_password_id.um {\n\t\t\tmax-width: 450px;\n\t\t}\n\t\t<\/style>\n\n","protected":false},"excerpt":{"rendered":"<p>Reset Password | ShaneCoin \ud83d\udd11 Reset Password We&#8217;ll help you get back in Enter your email address and we&#8217;ll send you a link to reset your password. Your wallet and coins are safe! Email Address \ud83d\udce7 Send Reset Link Remember your password? \ud83d\udd13 Back to Login \ud83d\udcdd Create Account<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-91","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/shanecherry.com\/index.php?rest_route=\/wp\/v2\/pages\/91","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shanecherry.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/shanecherry.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/shanecherry.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/shanecherry.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=91"}],"version-history":[{"count":2,"href":"https:\/\/shanecherry.com\/index.php?rest_route=\/wp\/v2\/pages\/91\/revisions"}],"predecessor-version":[{"id":113,"href":"https:\/\/shanecherry.com\/index.php?rest_route=\/wp\/v2\/pages\/91\/revisions\/113"}],"wp:attachment":[{"href":"https:\/\/shanecherry.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=91"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}