-
Notifications
You must be signed in to change notification settings - Fork 5
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
Merged
Merged
Changes from 1 commit
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 a Google account | ||
|
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. | ||
|
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 | ||
|
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. | ||
|
ImTheKai marked this conversation as resolved.
Outdated
|
||
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