Skip to content

Commit

Permalink
fixup3
Browse files Browse the repository at this point in the history
  • Loading branch information
nobuQuartile committed Jan 23, 2025
1 parent 0612927 commit bf5a0ad
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
7 changes: 3 additions & 4 deletions auth_oauth_enforced/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,9 @@ Configuration

Usage
=====
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 toproceed 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.

Bug Tracker
===========
Expand Down
5 changes: 3 additions & 2 deletions auth_oauth_enforced/readme/DESCRIPTION.md
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.
7 changes: 3 additions & 4 deletions auth_oauth_enforced/readme/USAGE.md
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.

0 comments on commit bf5a0ad

Please sign in to comment.