khufu.forms.login_form module

Login Form (mainly to be used in Pyramid apps)

Author

David Young

class login_form(log, iconPath, message)[source]

Bases: object

The worker class for the login_form module

Key Arguments

  • log – logger

  • iconPath – path to webapp icon

  • message – message to display (warning)

close()[source]
get()[source]

get the login_form object

Return

  • formContent – the content of the login form

_setup_form()[source]

setup loging form

Return

  • formContent – content of the login form