account.base

Module Contents

account.base.forbidden(request)
class account.base.Account(request)
schema()
generate_form()
process_form(form)
_handle_appstruct(appstruct)
send_notification(email, subject, message)

Sends email notification to admins.

Sends email with the pyramid_mailer module. For configuration look at documentation http://pythonhosted.org//pyramid_mailer/

add_user(login_id, email=None)
login()
login_success(login_id, email=None, name=None, openid=None, local=False)
login_failure(message=None)
logout()
register()
authomatic_login()