Package repoze :: Package who :: Package plugins :: Module form
[hide private]

Module form

source code

Classes [hide private]
  FormPluginBase
  FormPlugin
  RedirectingFormPlugin
Functions [hide private]
 
make_plugin(login_form_qs='__do_login', rememberer_name=None, form=None, formcallable=None) source code
 
make_redirecting_plugin(login_form_url=None, login_handler_path='/login_handler', logout_handler_path='/logout_handler', rememberer_name=None) source code
Variables [hide private]
  _DEFAULT_FORM = '\n<html>\n<head>\n <title>Log In</title>\n</...
  __package__ = 'repoze.who.plugins'
Variables Details [hide private]

_DEFAULT_FORM

Value:
'''
<html>
<head>
  <title>Log In</title>
</head>
<body>
  <div>
     <b>Log In</b>
...