-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0612927
commit bf5a0ad
Showing
3 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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 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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
This module controls login methods by email domain, requiring OAuth for | ||
specified domains, as defined in company settings. | ||
Users with a blocked domain in their login ID cannot log in with a password | ||
and will receive a notification on the login page if they attempt this, | ||
instructing them to use OAuth instead. |
This file contains 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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
Users whose login ID is an email that includes a blocked domain will be restricted from logging in. | ||
If they try to log in with a password instead of OAuth, they will not beable to | ||
proceed past the login page. A notification will appear on the login page stating: | ||
"You are not allowed to log in with a password. Please use OAuth login." | ||
Users with a blocked domain in their login ID cannot log in with a password | ||
and will receive a notification on the login page if they attempt this, | ||
instructing them to use OAuth instead. |