42 lines
1.6 KiB
Plaintext
42 lines
1.6 KiB
Plaintext
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" class="login-pf">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta name="robots" content="noindex, nofollow">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<title>${msg("emailVerifyTitle",(realm.displayName!''))}</title>
|
|
<link href="/css/keycloak.css" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
</head>
|
|
|
|
<body class="">
|
|
<div class="login-pf-page">
|
|
<div id="kc-header" class="login-pf-page-header">
|
|
<div id="kc-header-wrapper" class="">
|
|
<div class="img-logo" alt="Logo"></div>
|
|
</div>
|
|
</div>
|
|
<div class="card-pf">
|
|
<header class="login-pf-header">
|
|
<h1 id="kc-page-title">Email verification</h1>
|
|
</header>
|
|
<div id="kc-content">
|
|
<div id="kc-content-wrapper">
|
|
<div class="alert alert-warning">
|
|
<span class=""></span>
|
|
<span class="kc-feedback-text">Please verify your email address to activate your account.</span>
|
|
</div>
|
|
<p>
|
|
An email with instructions to verify your email address has been sent to you.
|
|
</p>
|
|
<p>
|
|
<b>Didn't receive an email?</b><br/>
|
|
Please check your spam folder or <a href="${url.loginAction}">resend the verification email</a>.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</body></html> |