projects
/
osqa.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
show the recaptcha field to unauthenticated users without a metter what is the min...
[osqa.git]
/
forum_modules
/
openidauth
/
settings.py
1
OPENID_SREG = {
2
"required": "nickname, email",
3
"optional": "postcode, country",
4
"policy_url": ""
5
}
6
OPENID_AX = [
7
{"type_uri": "http://axschema.org/contact/email", "count": 1, "required": True, "alias": "email"},
8
{"type_uri": "fullname", "count":1 , "required": False, "alias": "fullname"}
9
]