Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion app/controllers/help_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ class HelpController < ApplicationController
layout "help"

PAGES = {
"hackorum-patch" => "Applying Patches with hackorum-patch"
"hackorum-patch" => "Applying Patches with hackorum-patch",
"account-linking" => "Account Linking & Multiple Emails"
}.freeze

def index
Expand Down
29 changes: 29 additions & 0 deletions app/views/help/pages/account-linking.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Account Linking & Multiple Emails
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we directly link to this page from the email settings? And depending on how it looks like in the end, maybe also from the registration page.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah we could do that. Lets get the wording aligned and after that I will add this as well


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.

## Option A: Connect a Google account
Comment thread
ImTheKai marked this conversation as resolved.
Outdated

Use this when you want to sign in with Google on one device and keep using your existing Hackorum account.
Comment thread
ImTheKai marked this conversation as resolved.
Outdated

1. Go to **Settings → Account & Emails**.
2. In **Connected accounts**, click **Connect Google account** and complete the Google OAuth flow.
3. The Google identity will appear in the **Connected accounts** list.

## Option B: Add a second email and set a password
Comment thread
ImTheKai marked this conversation as resolved.
Outdated

Use this when you want to sign in with multiple email addresses (not only Google).

1. Go to **Settings → Password** and set a password (you can also change it if you already have one and cannot remember).
2. Go to **Settings → Account & Emails**.
3. Under **Email addresses**, add your second email and click **Send verification**.
4. Verify the email via the link you receive.
5. You can now sign in with either email address using the same password.

These options keep everything in one account while letting you use whichever email is most convenient on each device.

## Mailing list addresses

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.

If you no longer have access to an old address (and cannot verify it), contact an administrator. They can add it to your account from the backend.
Comment thread
ImTheKai marked this conversation as resolved.
Outdated