Advertise new Look & Feel feature on the Dashboard

face-detect
Noah Petherbridge 2023-12-26 15:58:21 -08:00
parent 90270572f1
commit 2d8cdad601
2 changed files with 18 additions and 12 deletions

View File

@ -133,36 +133,36 @@
</div> </div>
{{end}} {{end}}
<!-- New Feature: Two Factor Auth --> <!-- New Feature -->
<!-- {{if not (.CurrentUser.GetProfileField "hero-color-start")}}
<div class="card block"> <div class="card block">
<header class="card-header has-background-success-dark"> <header class="card-header has-background-success-dark">
<p class="card-header-title has-text-light"> <p class="card-header-title has-text-light">
<i class="fa fa-gift mr-2"></i> <i class="fa fa-gift mr-2"></i>
New Feature: Two-Factor Authentication New Feature: Profile Look &amp; Feel
</p> </p>
</header> </header>
<div class="card-content"> <div class="card-content">
<p class="block"> <p class="block">
We've recently added a new security feature you can use to better protect your account: A new feature is now available:
<strong>Two-Factor Authentication (2FA)!</strong> <a href="/settings#look">customize your profile page look &amp; feel!</a>
</p> </p>
<p class="block"> <p class="block">
This feature can help protect your account in case somebody finds out your password. When You can now personalize your profile page with a custom color scheme for
enabled, you can use an authenticator app (such as Google Authenticator or Authy) to generate your header and profile cards. In the future, it will also be possible to
a one-time use passcode to log in to your account. set a custom wallpaper background image and stylize your profile page
even further!
</p> </p>
<p class="block"> <p class="block">
If interested, see your <a href="/account/two-factor/setup">Two Factor Auth</a> settings Check it out on your Settings &gt; <a href="/settings#look">Look &amp; Feel</a>
page to get started! This message will disappear after you have enrolled in 2FA, or after page!
a few weeks when enough people have had a chance to learn about the new feature.
</p> </p>
</div> </div>
</div> </div>
--> {{end}}
<div class="card block"> <div class="card block">
<header class="card-header has-background-link"> <header class="card-header has-background-link">

View File

@ -355,6 +355,12 @@
<input type="hidden" name="intent" value="look"> <input type="hidden" name="intent" value="look">
{{InputCSRF}} {{InputCSRF}}
<p class="block">
On this screen, you may customize the visual appearance of your profile
page. You may set a custom color gradient for your header bar and personalize
the colors of your profile cards.
</p>
<!-- <!--
-- Profile Header Section -- Profile Header Section
--> -->