-
Notifications
You must be signed in to change notification settings - Fork 4
Add helper page around account linking and multiple emails #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ImTheKai
wants to merge
2
commits into
hackorum-dev:main
Choose a base branch
from
ImTheKai:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+31
−1
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| # Account Linking & Multiple Emails | ||
|
|
||
| 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 one or more Google accounts | ||
|
|
||
| Use this when you want to sign in with a different Google account on another device and keep using your existing Hackorum account. | ||
|
|
||
| 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: Set a password and/or add emails | ||
|
|
||
| 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. | ||
|
|
||
| 1. (Optional) Go to **Settings → Password** and set a password. | ||
| 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. Repeat for any additional addresses you have used. | ||
|
|
||
| These options keep everything in one account and ensure your mailing list activity is correctly attributed, regardless of which address you used. | ||
|
|
||
| ## 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 manually. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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