Skip to content

Commit a764cd9

Browse files
authored
Merge pull request #55077 from github/repo-sync
Repo sync
2 parents a04ede8 + e4bd497 commit a764cd9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

content/admin/managing-iam/iam-configuration-reference/username-considerations-for-external-authentication.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,12 @@ When you provision a new user from your identity provider, the new {% data varia
6969

7070
If you use {% data variables.enterprise.data_residency %}, when you create an {% data variables.enterprise.prodname_emu_enterprise %} on {% data variables.enterprise.data_residency_site %}, your enterprise's shortcode is randomly generated.
7171

72-
* The shortcode is **not** used as a suffix in the usernames of provisioned users.
72+
* For {% data variables.enterprise.prodname_managed_users %} with {% data variables.enterprise.data_residency_short %}, the shortcode is hidden, but it is still appended as a suffix to the usernames of provisioned users.
7373
* The only place you are likely to see the shortcode is in the username of the setup admin, which will look like `2abvd19d_admin`.
7474

75+
> [!NOTE]
76+
> Due to the inclusion of the hidden shortcode, the character limit for usernames is reduced from 39 characters to 30 characters for {% data variables.enterprise.data_residency %}.
77+
7578
## About normalized usernames
7679

7780
Usernames are formed by normalizing the SCIM `userName` attribute value sent from the IdP.

content/code-security/dependabot/dependabot-version-updates/optimizing-pr-creation-version-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ However, to reduce distraction, or to better organize time and resources for rev
3535

3636
You can use `schedule` with a combination of options to modify the frequency and timings of when {% data variables.product.prodname_dependabot %} checks for version updates
3737

38-
The example `dependabot.yml` file below changes the npm configuration to specify that {% data variables.product.prodname_dependabot %} should check for version updates to npm dependencies every day at 02:00 Japanese Standard Time (UTC +09:00).
38+
The example `dependabot.yml` file below changes the npm configuration to specify that {% data variables.product.prodname_dependabot %} should check for version updates to npm dependencies every Tuesday at 02:00 Japanese Standard Time (UTC +09:00).
3939

4040
```yaml copy
4141
# `dependabot.yml` file with

0 commit comments

Comments
 (0)