Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
0mar committed Jul 26, 2024
1 parent 8be2bbe commit 81fd6be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions oauthenticator/google.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,13 @@ def _userdata_url_default(self):
strip_domain = Bool(
config=True,
help="""
Strip the username to exclude the `@domain` part.
Strip the username to exclude the `@domain` part.
This happens by default when there is only one hosted domain specified
.. warning::
If multiple `hosted_domains` are specified, there is a chance of clashing usernames.
If domains are stripped from usernames and multiple `hosted_domains` are specified,
there is a chance of clashing usernames.
""",
)

Expand Down

0 comments on commit 81fd6be

Please sign in to comment.