websauna.system.user.registrationservice module¶
Sign up form service.
-
class
websauna.system.user.registrationservice.
DefaultRegistrationService
(request)[source]¶ Bases:
object
Default sign up mechanism.
Send activation email to everybody and ask them to click a link there.
-
activate_by_email
(activation_code, location=None)[source]¶ Active a user after user after the activation email.
User clicks link in the activation email
User enters the activation code on the form by hand
-