You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2026. It is now read-only.
[1] Symfony\Component\Debug\Exception\FatalErrorException: Error: Call to a member function setPass() on a non-object
at n/a
in /www/htdocs/w0158c4d/Zikula_Core-1.4.6/system/ZAuthModule/Controller/AccountController.php line 240
no further stack trace is showing
Steps to reproduce
We have user from time before zk native authorization. If they request a password recovery they do get an email with the rest link. Following the link they are able to enter a new password. But after saving they do get the above error message.
If I look into database the user do have an entry in the table users_verifychg.
The users are imported from an old 1.2.7 installation. They are shown correctly in the UsersModule. Some weeks of testing ago I was able to pass the complete procedure with an user from this time.
A user from newer time who is already registered via zk native authorization is able to reset his password propperly.