hello,
Using openerp version 7.0-20130328-001657
In the process of user validation, when the new user tries to follow the link he received, here is the server log :
11878 75 File "/home/sisalpuser/openerp/drtc-962/server/openerp/addons/auth_signup/res_users.py", line 129, in _signup_retrieve_partner 11879 76 raise SignupError("Signup token '%s' is not valid" % token) 11880 77 SignupError: Signup token 'NZM5F1oj9imdEdqRV2Ld' is not valid
A side effect is that openerp then freezes when admin wants to use user's form.
This bug relates to the case, but its fix is indicated for trunk, not for V7 and it seems to remain in this version. Anyone knows what the origin of the problem is ? and how the problem was solved if it was ?
Thank you