HEX
Server: nginx/1.28.0
System: Linux w3c-2 6.8.0-78-generic #78-Ubuntu SMP PREEMPT_DYNAMIC Tue Aug 12 11:34:18 UTC 2025 x86_64
User: inpa_co_1 (1082)
PHP: 8.3.29
Disabled: NONE
Upload Files
File: //opt/wp-cli/wp-cli-login-command/template/email-default.mustache
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
</head>
<body style="font-family: sans-serif;">
<div style="max-width: 550px; margin: 0 auto;">
    <h2>Hello there,</h2>

    <p>Here is your magic link for quickly signing in to your account on {{ domain }}.</p>

    <div style="text-align: center; font-size: 1.25em; margin: 2em 0">
        <a href="{{ magic_url }}"
           style="
            background-color: #0073aa;
            color: white;
            padding: 7px 15px;
            text-decoration: none;
           ">Sign in to {{ domain }}</a>
    </div>

    <p style="color: gray; font-size: 0.8em; text-align: center; max-width: 300px; margin: 0 auto;">
        You may copy/paste this URL into your browser:<br>
        {{ magic_url }}
    </p>

    <p style="color: #444444;"><strong>This login link, whether or not you choose to accept it, will self-destruct in {{ expires }}.</strong></p>
</div>
</body>
</html>