Fix incorrect past tense

This commit is contained in:
Jordan Dominion
2023-11-05 16:42:33 -05:00
parent 3032955d25
commit f71ac09722
+1 -1
View File
@@ -39,7 +39,7 @@
1. For non-OAuth logins, maintenance is performed on the user's DB entry at this point
- For non-OS logins:
1. The provided password is hashed and checked against the database entry. If it does not match, HTTP 401 will be returned.
- This can potentially cause a change to the DB's stored `PasswordHash` if TGS has updated its dependencies and Microsoft has decided to deprecated the previous hashing method since the user last logged in.
- This can potentially cause a change to the DB's stored `PasswordHash` if TGS has updated its dependencies and Microsoft has decided to deprecate the previous hashing method since the user last logged in.
- If this occurs, it invalidates all previous logins for the user.
- For OS logins:
1. If the `PasswordHash` in the DB isn't null, it is set as such. This invalidates all previous logins for the user.