Skip to content

Commit ea2b8eb

Browse files
authored
Update unraid-account.md (#144)
Before Submitting This PR, Please Ensure You Have Completed The Following: 1. [ ] Are internal links to wiki documents using [relative file links](https://docusaurus.io/docs/markdown-features/links)? 2. [ ] Are all new documentation files lowercase, with dash separated names (ex. unraid-os.mdx)? 3. [ ] Are all assets (images, etc), located in an assets/ subfolder next to the .md/mdx files? 4. [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change? 5. [ ] Is the build succeeding? Changes per discussion here: https://app.asana.com/0/1203487746033054/1206498722934544/f
2 parents 02f03ca + 03803d3 commit ea2b8eb

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

docs/unraid-os/faq/unraid-account.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22

33
## What is an Unraid.net Account?
44

5-
An [Unraid.net account](https://account.unraid.net/) is the
6-
account you create to use the [Unraid
7-
forums](https://forums.unraid.net/) and the account used to sign in to
8-
[Unraid Connect](/connect/about.md). This account is _not
9-
the same_ as your server's root password that you use to login to the
10-
Unraid webgui.
5+
An [Unraid.net account](https://account.unraid.net/) is the account you create to use the [Unraid forums](https://forums.unraid.net/), use [Unraid Connect](/connect/about.md), and to manage your Unraid keys. This account is _not the same_ as your server's root password that you use to login to the Unraid webgui. Users do not need to sign into this account to use Unraid.
6+
7+
## Unraid.net Account Sign In / Ups
8+
9+
The unraid.net account is a single-sign-on (SSO) system that is used for authenticating users to Unraid’s online systems with a single account. This system is accessed through the website located at account.unraid.net.
10+
11+
This SSO service is implemented on top of an AWS Cognito OAuth server, which is a private user pool database. User privacy is a top priority for us, and all data is stored securely and encrypted. User data is only accessible by Unraid employees.
12+
13+
The AWS Cognito user pool database stores the following data about registered users:
14+
15+
* User ID, Username, Email address, Unraid Forum ID, User authorized to download Unraid prereleases
16+
* This database also stores attributes used for login, such as Password hash, MFA details, and Google/Apple SSO information.

0 commit comments

Comments
 (0)