xxb5724/ner

There is no license information available for the latest version (2.0.0) of this package.

Remove email field from registration form and skip email verification.

Maintainers

Package info

github.com/Xiaoxiaobai5724/ner

Type:flarum-extension

pkg:composer/xxb5724/ner

Transparency log

Statistics

Installs: 24

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

2.0.0 2026-07-27 09:00 UTC

This package is not auto-updated.

Last update: 2026-07-30 02:06:52 UTC


README

MIT License Latest Stable Version Total Downloads

Note

This extension is not recommended unless you have special requirements, as it will break Flarum's email notification system.

A Flarum 2.0 extension. It removes the email input field from the registration form and skips email verification, allowing users to register without providing an email.

Features

  • Hide Email Input: The email field no longer appears in the registration popup.
  • No Email Verification: New users are activated immediately without needing to verify their email.
  • Automatic Fake Email: Automatically generates a unique fake email for users to avoid database unique index conflicts.

Installation

Install via Composer:

composer require xxb5724/ner
php flarum cache:clear

Update

composer update xxb5724/ner
php flarum cache:clear

Uninstall

composer remove xxb5724/ner
php flarum cache:clear

Contribution

  • Tsiem Tsheng