docs: restructure help pages into bundles and add new reference pages
Convert several pages to leaf bundles with WebP screenshots, add api-keys, domain-availability, notifications, provider-features, quotas, services, settings, signup and subdomains pages, and refresh existing content.
This commit is contained in:
parent
6b6a8c847f
commit
c372f8409a
81 changed files with 1957 additions and 155 deletions
45
content/pages/login/index.en.md
Normal file
45
content/pages/login/index.en.md
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
---
|
||||
date: 2026-06-10T12:00:00+02:00
|
||||
title: Log in
|
||||
author: nemunaire
|
||||
weight: 200
|
||||
description: "Sign in to happyDomain and recover a forgotten password"
|
||||
---
|
||||
|
||||
Once you have [created an account]({{% relref "signup" %}}) and validated your email address, you can sign in to access your domains.
|
||||
|
||||
## Signing in
|
||||
|
||||
On the login page, enter the email address and password you chose at registration, then click **Go**.
|
||||
|
||||

|
||||
|
||||
If the credentials are correct, you are taken to your dashboard. If they are not, an error message is displayed: double-check your address and password and try again.
|
||||
|
||||
{{% notice style="info" title="Repeated attempts" icon="shield" %}}
|
||||
For security reasons, the server may ask you to complete an anti-bot challenge (captcha) after a few failed attempts, or temporarily rate-limit further tries. Wait a moment, then retry.
|
||||
{{% /notice %}}
|
||||
|
||||
### Signing in with an external provider
|
||||
|
||||
When the server is configured for it, an additional button lets you sign in through an external identity provider (for example Google, GitLab, GitHub, Microsoft or Apple). Click it to be redirected to that provider and authenticate there.
|
||||
|
||||
## Forgotten password
|
||||
|
||||
If you no longer remember your password, click **Forgotten password?** below the login form.
|
||||
|
||||

|
||||
|
||||
Enter the email address of your account and click **Send the recovery link**. If an account matches, a message containing a recovery link is sent to that address.
|
||||
|
||||
Open the link from your mailbox to reach the account recovery form, where you can set a new password:
|
||||
|
||||
1. Type your **new password** (it must meet the same strength requirements as at sign-up).
|
||||
2. Retype it in the **confirmation** field.
|
||||
3. Click **Redefine my password**.
|
||||
|
||||
Once the password is redefined, you are redirected to the login page to sign in with your new credentials.
|
||||
|
||||
{{% notice style="warning" title="Servers without email" icon="triangle-exclamation" %}}
|
||||
On instances that run without a mail service, password recovery is not available: clicking **Forgotten password?** displays a notice inviting you to contact the server administrator to reset your password.
|
||||
{{% /notice %}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue