# 如何停止新用户注册时的电子邮件验证

**URL:** <https://meta.discourse.org/t/how-to-stop-new-user-email-verification-on-signup-register/163750>\
**Category:** WordPress\
**Created:** [2020年九月11日 16:26 UTC](https://meta.discourse.org/t/how-to-stop-new-user-email-verification-on-signup-register/163750 "2020-09-11T16:26:30Z")\
**Posts on this page:** 4\
**Page:** 1

<div class="post-metadata">

**Author:** ![pinder99](https://avatars.discourse-cdn.com/v4/letter/p/dfb087/32.png) [@pinder99](https://meta.discourse.org/u/pinder99)\
**Post date:** [2020年九月11日 16:26 UTC](https://meta.discourse.org/t/how-to-stop-new-user-email-verification-on-signup-register/163750/1 "2020-09-11T16:26:30Z")

</div>

你好，

我管理着一个为新官方活动建立的用户社区，并希望将其与我的论坛对接。但根据官方规定，用户不能使用个人邮箱注册。因此，我希望他们能够仅通过用户名和密码（配合安全问题）进行注册，而无需邮箱验证。

请问如何实现这一需求？我的问题很简单：用户通过论坛链接访问后，能否在不进行邮箱验证、也不使用第三方认证的情况下，仅凭用户名和密码完成注册？

---

<div class="post-metadata">

**Author:** ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)\
**Post date:** [2020年九月11日 22:48 UTC](https://meta.discourse.org/t/how-to-stop-new-user-email-verification-on-signup-register/163750/2 "2020-09-11T22:48:23Z")

</div>

你可以创建一个自己的 SSO 或 OAuth 服务器来生成账户并允许用户登录。你可以在 WordPress 中实现这一点，然后对 SSO 进行“破解”，向 Discourse 谎称邮箱已验证（相关操作已有文档说明）。如果你不想做这些工作，也可以要求用户仅为活动创建一个虚假的邮箱地址，但这会让你的用户多做一些额外的工作。

---

<div class="post-metadata">

**Author:** ![pinder99](https://avatars.discourse-cdn.com/v4/letter/p/dfb087/32.png) [@pinder99](https://meta.discourse.org/u/pinder99)\
**Post date:** [2020年九月12日 13:16 UTC](https://meta.discourse.org/t/how-to-stop-new-user-email-verification-on-signup-register/163750/3 "2020-09-12T13:16:23Z")

</div>

谢谢 @pfaffman，我会尝试一下，如果成功了会告诉你！！！

---

<div class="post-metadata">

**Author:** ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)\
**Post date:** [2020年十月12日 13:16 UTC](https://meta.discourse.org/t/how-to-stop-new-user-email-verification-on-signup-register/163750/4 "2020-10-12T13:16:42Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
