https://github.com/codergautam/disable-email-verification-discourse
Plugin to disable email verification in Discourse
https://github.com/codergautam/disable-email-verification-discourse
Last synced: about 1 year ago
JSON representation
Plugin to disable email verification in Discourse
- Host: GitHub
- URL: https://github.com/codergautam/disable-email-verification-discourse
- Owner: codergautam
- Created: 2023-10-03T10:23:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T00:39:36.000Z (over 2 years ago)
- Last Synced: 2025-02-07T05:31:37.812Z (over 1 year ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Disable Email Verification for Discourse
### 📌 Introduction
The "Disable Email Verification" plugin is a fork of the old auto_email_verification plugin designed to give Discourse administrators the flexibility to bypass the email verification step during user registration. Once installed and set up, this plugin modifies the `UsersController` and `User` classes to provide the desired functionality.
### 🚀 Features
- Allows bypassing email verification during user registration.
- Ensures the email token is not created if the `disable_email_verification` setting is enabled.
- Automatically sets the `active` field to `true` for a new user if the `disable_email_verification` setting is enabled.
### 📥 Installation
Read the tutorial here: https://meta.discourse.org/t/install-plugins-in-discourse/19157
### ⚙️ Configuration
1. After installation and rebuild, Go to the admin panel of your Discourse instance.
2. Navigate to **Plugins** > Enable **Disable Email Verification** Plugin.
2. Press settings
3. Look for the setting named `disable_email_verification` and enable it to bypass email verification.
Feel free to report any bugs or open a PR. I would appreciate a GitHub star if you like this plugin. Thanks! 😊