manager, [cgi=None], [message=''], [encryption=None]) |
Used to automate the sign in process.
cgi.FieldStorage()
object to be use instead of the default one.
) |
None
. Otherwise, returns a dictionary with two keys, 'form'
containing the sign in form together with any error messages and 'message'
a message explaining why the user couldn't be signed in.
The dictionary can then be combined with a template using %(form)s
dictionary substitution to display an HTML page to the user.