portrino/px_register

Frontend user registration for TYPO3

Maintainers

Package info

github.com/portrino/px_register

Homepage

Issues

Type:typo3-cms-extension

pkg:composer/portrino/px_register

Transparency log

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

7.0.0 2026-07-31 15:08 UTC

This package is auto-updated.

Last update: 2026-08-18 11:03:43 UTC


README

Latest Stable Version TYPO3 13 Total Downloads Monthly Downloads

Frontend User Registration for TYPO3

Introduction

What is px_register?

px_register is a TYPO3 extension for frontend user registration.

It provides configurable registration workflows, confirmation mechanisms, and user lifecycle handling.
The extension is intended for projects that need more control than a simple registration and login form.

Key Features

  • Frontend user registration
  • Confirmation workflows
    • by user
    • by administrator
  • Decline and resend confirmation handling
  • Optional direct login
  • Hash-based verification
  • User group assignment during different lifecycle steps
  • Terms & Conditions acceptance handling
  • TypoScript-based configuration

Design Principles

The extension follows a few basic principles:

  • Clear separation between registration, confirmation, and persistence
  • Configuration via TypoScript instead of hard-coded logic
  • Extensibility through events
  • Explicit user states and transitions
  • Predictable and traceable workflows

Typical Use Cases

  • Public frontend user registration
  • Registration with email confirmation
  • Registration requiring admin approval
  • Registration with direct login
  • User onboarding processes
  • Integration with external systems

Scope of This Documentation

This documentation explains:

  • How the extension works
  • How to configure it
  • How to extend it