odoo/addons/portal_anonymous
Olivier Dony 4e96f620e1 [FIX] portal_anonymous: `token` and `login` params are in the URL fragment, not in the query string
The previous test was done on the query string, in which
`token` and `login` are never found, preventin users
from seeing their reset password form.
The test was also incorrectly checking for the presence
of both a `token` and `login`, while any of those should
disable the anonymous mode (sometimes only `token` is
present, e.g. for password reset).

lp bug: https://launchpad.net/bugs/1104070 fixed

bzr revid: odo@openerp.com-20130225155654-0kb9g5zmi8a2ggp4
2013-02-25 16:56:54 +01:00
..
i18n Launchpad automatic translations update. 2013-02-11 05:35:34 +00:00
security [FIX] Contact form issue when anonymous 2012-12-20 12:28:37 +01:00
static/src [FIX] portal_anonymous: `token` and `login` params are in the URL fragment, not in the query string 2013-02-25 16:56:54 +01:00
__init__.py [IMP] portal_anonymous 2012-12-06 00:41:40 +01:00
__openerp__.py [IMP] Moved all js code from auth_anonymous to portal_anonymous (changed also all related names, etc.) which will do all the job. Removed auth_anonymous 2012-12-12 13:40:49 +01:00
portal_anonymous_data.xml [FIX] Set data noupdate=1 2012-12-12 14:37:57 +01:00