Changes between Version 4 and Version 5 of TaiwanSettings


Ignore:
Timestamp:
11/10/10 02:10:57 (13 years ago)
Author:
marr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TaiwanSettings

    v4 v5  
    5858  # Here will show a list of 13 tuples. Use SELECT count(*) in the above statement to verify.
    5959}}}
     60
     61== To Enable OpenID Auth ==
     62
     63Make sure the settings in `eden/models/000_config.py` is ready:
     64
     65{{{
     66deployment_settings.auth.openid = True
     67}}}
     68
     69Use the file at http://www.iis.sinica.edu.tw/~marr/tmp/openid_auth.py instead of original one, placed in `web2py/gluon/contrib/login_methods/openid_auth.py`.