contentdb/app/flatpages/help/faq.md

61 lines
2.1 KiB
Markdown
Raw Normal View History

2021-11-24 18:10:45 +01:00
title: Frequently Asked Questions
description: FAQ about using ContentDB
2021-11-24 18:10:45 +01:00
## Users and Logins
### How do I create an account?
How you create an account depends on whether you have a forum account.
If you have a forum account, then you'll need to prove that you are the owner of the account. This can
be done using a GitHub account or a random string in your forum account signature.
If you don't, then you can just sign up using an email address and password.
GitHub can only be used to login, not to register.
<a class="btn btn-primary" href="/user/claim/">Register</a>
### My verification email never arrived
There are a number of reasons this may have happened:
* Incorrect email address entered.
2023-04-19 03:28:26 +02:00
* Temporary problem with ContentDB.
2021-11-24 18:10:45 +01:00
* Email has been unsubscribed.
**When creating an account by email:**
If the email doesn't arrive after registering by email, then you'll need to
try registering again in 12 hours. Unconfirmed accounts are deleted after 12 hours.
2021-11-24 18:10:45 +01:00
**When changing your email (or it was set after a forum-based registration)**:
then you can just set a new email in
2023-04-23 22:20:45 +02:00
[Settings > Email and Notifications](/user/settings/email/).
2021-11-24 18:10:45 +01:00
If you have previously unsubscribed this email, then ContentDB is completely prevented from sending emails to that
address. You'll need to use a different email address, or [contact rubenwardy](https://rubenwardy.com/contact/) to
2021-11-24 18:10:45 +01:00
remove your email from the blacklist.
## Packages
### How can I create releases automatically?
There are a number of methods:
2023-04-19 03:28:26 +02:00
* [Git Update Detection](/help/update_config/): ContentDB will check your Git repo daily, and create updates or send you notifications.
* [Webhooks](/help/release_webhooks/): you can configure your Git host to send a webhook to ContentDB, and create an update immediately.
* the [API](/help/api/): This is especially powerful when combined with CI/CD and other API endpoints.
2021-11-24 18:10:45 +01:00
### How do I learn how to make mods and games for Minetest?
You should read
[the official Minetest Modding Book](https://rubenwardy.com/minetest_modding_book/)
for a guide to making mods and games using Minetest.
2021-11-24 18:10:45 +01:00
## How do I get help?
2023-04-19 03:28:26 +02:00
Please [contact rubenwardy](https://rubenwardy.com/contact/).