Changes between Version 4 and Version 5 of TaiwanSettings
- Timestamp:
- 11/10/10 02:10:57 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TaiwanSettings
v4 v5 58 58 # Here will show a list of 13 tuples. Use SELECT count(*) in the above statement to verify. 59 59 }}} 60 61 == To Enable OpenID Auth == 62 63 Make sure the settings in `eden/models/000_config.py` is ready: 64 65 {{{ 66 deployment_settings.auth.openid = True 67 }}} 68 69 Use 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`.