This is not a bug!

1) First of all, for new apps, do not use get_or_create_key any more. The 
new web2py had better security using salted password. You do not need a key.

2) If you must use a key (because you have a legacy app or because you want 
to use hmac) the key must be saved on a file. You should save it on the 
host (by running the app locally once) and then deploy on GAE. 

Massimo


On Tuesday, 20 November 2012 03:28:23 UTC-6, Sebastian Cambeo wrote:
>
> http://code.google.com/p/web2py/issues/detail?id=1177
>

-- 



Reply via email to