Guest Login Mode for Flarum - Allow users to quickly post without registration

Fund package maintenance!
huseyinfiliz

Installs: 52

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:flarum-extension

v2.1 2025-08-26 13:50 UTC

This package is auto-updated.

Last update: 2025-08-26 13:52:23 UTC


README

License Latest Stable Version Total Downloads

A Flarum extension. Guest Login Mode allows quick access for users who want to make a few posts without registration.

Features

  • 🚀 Quick guest login without registration
  • 🔒 IP-based session management (GDPR compliant with hashed IPs)
  • 📝 Configurable post limits for guest users
  • 🏷️ Customizable guest username prefix
  • 🛡️ Protection against spam with IP tracking

Configuration

  • Guest Username Prefix: Set the prefix for guest usernames (default: Guest)
  • Maximum Posts: Limit the number of posts guest users can make (default: 3)

Installation

Install with composer:

composer require huseyinfiliz/guest:"*"

Updating

composer update huseyinfiliz/guest:"*"
php flarum migrate
php flarum cache:clear

Links