Redirect sign-in and register links to a beta landing page
Public registrations on app.happydomain.org are paused. Route the sign-in, register, and join entry points to a new /beta/ page that explains the beta program and points users to self-hosting via the binary or Docker image.
This commit is contained in:
parent
a52e4f8aee
commit
3bb3f2cc75
8 changed files with 118 additions and 9 deletions
|
|
@ -13,7 +13,7 @@
|
|||
</p>
|
||||
</div>
|
||||
<a
|
||||
href="/register"
|
||||
href="/beta/"
|
||||
class="btn btn-lg btn-light px-4"
|
||||
style="border-radius: 2em"
|
||||
data-umami-event="cta-join"
|
||||
|
|
|
|||
|
|
@ -155,7 +155,7 @@
|
|||
<i class="bi bi-info-circle"></i>
|
||||
{{ i18n "beta-alert-title" }}
|
||||
</h5>
|
||||
<p class="mb-0">{{ i18n "beta-alert-text" }}</p>
|
||||
<p class="mb-0">{{ i18n "beta-alert-text" | safeHTML }}</p>
|
||||
</div>
|
||||
<form
|
||||
class="col-lg-5 d-flex flex-column flex-sm-row gap-2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue