Forms

class apex.forms.ChangePasswordForm(formdata=None, obj=None, prefix='', **kwargs)[source]

Change Password Form

class apex.forms.RegisterForm(formdata=None, obj=None, prefix='', **kwargs)[source]

Registration Form

after_signup(user, **kwargs)[source]

Function to be overloaded and called after form submission to allow you the ability to save additional form data or perform extra actions after the form submission.

Previous topic

Exceptions

Next topic

Interfaces

This Page