Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Need Help Setting Up Email Verification in Codidact Question

+3
−0

I’m a learner exploring Q&A tools, and after researching, I came across Codidact. I’m impressed with its features and have successfully set it up on my local machine. However, I encountered an issue with email verification—when registering a new user, the account verification email isn’t sent. I’ve checked all configuration files but couldn’t locate any setup related to email confirmation. Could someone guide me on configuring the email verification for new users?

History
Why does this post require attention from curators or moderators?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

Pending improvement (1 comment)

1 answer

+1
−0

Since you mention setting this up on your local machine, I assume this is a development environment, intended for your own testing (so the new user you are creating is still controlled by you on your machine rather than another person). If so, instead of emails being sent they will be displayed at http://localhost:3000/letter_opener (note the http rather than https).

The confirm my account email showing on the letter_opener page

The relevant section of the installation guide is Create administrator account.

Note that when you click on "Confirm my account" in the letter_opener email page, you will get an error because the link is https and doesn't work in the development environment. I posted about this in "Confirm my account" link shows as https in development and the quick fix is just to change https to http manually in the URL bar.

Your new user should then be confirmed. After the first time you sign in successfully as that new user, you will see them in the Users list (by clicking the "Users" button at the top left of each page).

The Users button at the top left of the page

You can then use your admin user to assign whatever abilities the new user should have.

History
Why does this post require attention from curators or moderators?
You might want to add some details to your flag.

0 comment threads

Sign up to answer this question »