-
-
Notifications
You must be signed in to change notification settings - Fork 645
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
Account is Pending Activation #1162
Comments
Is there any error in your logs? |
Indeed, look for error messages, if there is nothing there you could try blowing away the setup and starting with a clean postgres: From https://fider.io/docs/hosting-instance: ...To solve this you'll need to log into your Postgres Database and run TRUNCATE TABLE tenants RESTART IDENTITY CASCADE;. This command will purge all the data from Fider, thus making the installation page available again. You may now change your email configurations and try again. You can repeat this as much as you need. |
Closing this one - looks like a good example of something that would be helped with #1204 |
I've also faced some issues with email activation when setting on local env with docker. |
Hello,
We just finished setting up version 0.21.0 as the newest version has the signup bug. It looks like the activation email never gets sent or I am missing something.
Any thoughts on this would be greatly appreciated!
The text was updated successfully, but these errors were encountered: