-
-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in registering new user #289
Comments
fixed the issue by disabling the activation on localhost |
How do you disable it ? |
I had the same problem while using outdated
For a reference this bad been fixed by the commit 68ca6ed ("Tighten activator classes, fixes #295"). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hello, im trying to register a new user but im getting this error
Trying to get property 'userActivators' of non-object
APPPATH\ThirdParty\myth-auth\src\Authentication\Activators\BaseActivator.php at line 28
public function getActivatorSettings()
27 {
28 return (object) $this->config->userActivators[get_class($this)];
29 }
could you help please ?
The text was updated successfully, but these errors were encountered: