WebStack

Changeset

771:bff315d0bd3c
2009-02-13 Paul Boddie raw files shortlog changelog graph Fixed initialiser arguments.
examples/Common/SimpleWithOpenID/__init__.py (file)
     1.1 --- a/examples/Common/SimpleWithOpenID/__init__.py	Thu Nov 20 21:31:23 2008 +0100
     1.2 +++ b/examples/Common/SimpleWithOpenID/__init__.py	Fri Feb 13 22:56:01 2009 +0100
     1.3 @@ -23,9 +23,7 @@
     1.4                  authenticator=OpenIDRedirectAuthenticator(
     1.5                      secret_key=secret_key,
     1.6                      app_url=app_url
     1.7 -                    ),
     1.8 -                anonymous_parameter_name="anonymous",
     1.9 -                logout_parameter_name="logout"
    1.10 +                    )
    1.11              ),
    1.12  
    1.13          # The "login" is really OpenID initiation.