moo.shell.forms

Custom allauth signup form for DjangoMOO.

Collects character name, gender, and description alongside the standard allauth fields (username, email, password). After allauth creates the Django User, save(user) creates the MOO Object avatar and links it via a Player record.

Classes

SignupForm(*args, **kwargs)