huseyinfiliz / guest
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
Requires
- flarum/core: ^1.8
README
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