]> git.openstreetmap.org Git - osqa.git/blob - forum_modules/openidauth/__init__.py
render the value of the email password in the settings page, otherwise it gets lost...
[osqa.git] / forum_modules / openidauth / __init__.py
1 try:
2     import openid
3     CAN_USE = True
4 except:
5     CAN_USE = False