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

View File

@ -355,6 +355,12 @@
<input type="hidden" name="intent" value="look">
{{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
-->