Commit 09ce83bb authored by Arnaud Fontaine's avatar Arnaud Fontaine

RFC: preferred_bearer_token_key property default should be '' instead?.

parent ac931833
if REQUEST is not None:
# mini security
return None
return context.getPortalObject().portal_preferences.getPreferredBearerTokenKey()
return (context.getPortalObject().portal_preferences.getPreferredBearerTokenKey() or '').encode('utf-8')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment