CybroOdoo / CybroAddons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module user_password_strength breaks reset password screen

josseossa opened this issue · comments

Hi, my Odoo version is Odoo Server 16.0,
when installing the module user_password_strength the reset password page breaks with the following error:

2023-08-16 19:36:37,914 892487 WARNING DB_host odoo.http: <function odoo.addons.user_password_strength.controllers.main._prepare_signup_values> called ignoring args {'token', 'db'} 
2023-08-16 19:36:37,965 892487 ERROR DB_host odoo.http: Exception during request handling. 
Traceback (most recent call last):
 File "/opt/odoo/http.py", line 1987, in __call__
   response = request._serve_db()
 File "/opt/odoo/http.py", line 1583, in _serve_db
   return service_model.retrying(self._serve_ir_http, self.env)
 File "/opt/odoo/service/model.py", line 134, in retrying
   result = func()
 File "/opt/odoo/http.py", line 1610, in _serve_ir_http
   response = self.dispatcher.dispatch(rule.endpoint, args)
 File "/opt/odoo/http.py", line 1723, in dispatch
   return self.request.registry['ir.http']._dispatch(endpoint)
 File "/opt/odoo/febcor/odoo14/addons/website/models/ir_http.py", line 235, in _dispatch
   response = super()._dispatch(endpoint)
 File "/opt/odoo/addons/base/models/ir_http.py", line 154, in _dispatch
   result = endpoint(**request.params)
 File "/opt/odoo/http.py", line 696, in route_wrapper
   result = endpoint(self, *args, **params_ok)
TypeError: _prepare_signup_values() missing 1 required positional argument: 'qcontext'