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

Post History

#1: Initial revision by user avatar trichoplax‭ · 2024-10-26T19:55:01Z (26 days ago)
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](https://collab.codidact.org/uploads/j89g5gse9q5b06ysb2afturot7u8)

The relevant section of the installation guide is [Create administrator account](https://github.com/codidact/qpixel/blob/develop/INSTALLATION.md#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](https://collab.codidact.org/posts/287795) 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](https://collab.codidact.org/uploads/yx61pieqkmbwzfkxoy2zc8nli59j)

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