# 如何配置带有 Memberful 的自定义落地页

**URL:** <https://meta.discourse.org/t/how-to-configure-custom-landing-page-with-memberful/121728>\
**Category:** SSO\
**Created:** [2019年六月30日 21:04 UTC](https://meta.discourse.org/t/how-to-configure-custom-landing-page-with-memberful/121728 "2019-06-30T21:04:47Z")\
**Posts on this page:** 1\
**Page:** 1

<div class="post-metadata">

**Author:** ![BaronGrivet](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/barongrivet/32/152142_2.png) [@BaronGrivet](https://meta.discourse.org/u/BaronGrivet)\
**Post date:** [2019年六月30日 21:04 UTC](https://meta.discourse.org/t/how-to-configure-custom-landing-page-with-memberful/121728/1 "2019-06-30T21:04:47Z")

</div>

我正在使用 Memberful 管理会员资格，搭建一个仅限会员访问的 Discourse 论坛。

将 Memberful 与 Discourse 集成，并启用“需要身份验证才能阅读本站内容，禁止匿名访问”后，会出现以下行为：

未登录的用户会被自动重定向到 Memberful 登录页面（该页面没有提供注册选项）。我与 Memberful 支持团队沟通后得知，这是预期行为，且无法更改。

我期望的行为是：未登录的用户被重定向到一个欢迎页面，URL 为 `https://hello.example.com`。

我想请问，是否可以先禁用“需要身份验证才能阅读本站内容，禁止匿名访问”选项，然后添加一些自定义代码（例如在模板中设置重定向），将未登录用户重定向到自定义的欢迎页面 URL？

或者是否有更好的实现方式？
