:mod:`account.base` =================== .. py:module:: account.base Module Contents --------------- .. function:: forbidden(request) .. py:class:: Account(request) .. method:: schema() .. method:: generate_form() .. method:: process_form(form) .. method:: _handle_appstruct(appstruct) .. method:: 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/ .. method:: add_user(login_id,email=None) .. method:: login() .. method:: login_success(login_id,email=None,name=None,openid=None,local=False) .. method:: login_failure(message=None) .. method:: logout() .. method:: register() .. method:: authomatic_login()