-
Notifications
You must be signed in to change notification settings - Fork 118
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
Email Registration Activation not working #32
Comments
Did you activate the profile submodule? This quite rare error message means, that the user you are trying to activate has no profile associated (there is no "profile" with the user_id of the user). Maybe there was an error creating the profile |
I did all the installation process again to make sure and still not working. But I didn't understand when you say that the user has no profile associated. This means that the admin needs to register the user before? So I tried to disable the email activation but also the enableActivationConfirmation = false it's not working. |
I can confirm this issue. There's new profile in database, but no associated user. |
also moved beforeSave() to afterSave() in YumMessage
I pushed a commit that should fix the issue: ff44b0a |
Yep, it's working. Great work, thank you. |
Shouldn't this be closed? |
Activation did not work.. I think i am using the newest version. |
Hello,
I'm registering and receiving the email to Activate my registration but when I click on the link to activate I get this message:
Activation did not work
Profile found, but no associated user. Possible database inconsistency. Please contact the System administrator with this error message, thank you
Can you guys help me please?
The text was updated successfully, but these errors were encountered: