Skip to content

Commit 8290681

Browse files
authored
Add helper page around account linking and multiple emails (#43)
* Add helper page around account linking and multiple emails Signed-off-by: Kai Wagner <kai.wagner@percona.com> * addressing Zsolts comments Signed-off-by: Kai Wagner <kai.wagner@percona.com> --------- Signed-off-by: Kai Wagner <kai.wagner@percona.com>
1 parent b264ca6 commit 8290681

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

app/controllers/help_controller.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ class HelpController < ApplicationController
44
layout "help"
55

66
PAGES = {
7-
"hackorum-patch" => "Applying Patches with hackorum-patch"
7+
"hackorum-patch" => "Applying Patches with hackorum-patch",
8+
"account-linking" => "Account Linking & Multiple Emails"
89
}.freeze
910

1011
def index
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Account Linking & Multiple Emails
2+
3+
If you use different email addresses on different devices (for example, a work address on your work laptop and a personal address on your phone), you can still use a single Hackorum account. Below are two supported ways to do that.
4+
5+
## Option A: Connect one or more Google accounts
6+
7+
Use this when you want to sign in with a different Google account on another device and keep using your existing Hackorum account.
8+
9+
1. Go to **Settings → Account & Emails**.
10+
2. In **Connected accounts**, click **Connect Google account** and complete the Google OAuth flow.
11+
3. The Google identity will appear in the **Connected accounts** list.
12+
13+
## Option B: Set a password and/or add emails
14+
15+
Use this when you want to connect multiple addresses to the same account (for example, different mailing list identities). If you originally signed up with Google, you can still set a password later and use the standard email/password login.
16+
17+
1. (Optional) Go to **Settings → Password** and set a password.
18+
2. Go to **Settings → Account & Emails**.
19+
3. Under **Email addresses**, add your second email and click **Send verification**.
20+
4. Verify the email via the link you receive.
21+
5. Repeat for any additional addresses you have used.
22+
23+
These options keep everything in one account and ensure your mailing list activity is correctly attributed, regardless of which address you used.
24+
25+
## Mailing list addresses
26+
27+
If you have posted to the mailing list from multiple addresses over the years, add those addresses to your Hackorum account too. This ensures all of your past and future posts appear under one user account, no matter which email you used at the time.
28+
29+
If you no longer have access to an old address (and cannot verify it), contact an administrator. They can add it to your account manually.

0 commit comments

Comments
 (0)