Skip to content

Commit b7421a3

Browse files
authored
Add additional warning about blocked usernames (#9206)
Fix #7447
1 parent 245d40b commit b7421a3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/NuGetGallery/Views/Organizations/DeleteAccount.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
@<text>Delete</text>)
1616

1717
@ViewHelpers.AlertWarning(@<text><strong class="keywords">Important</strong>
18-
Once your organization is deleted you cannot undo it. <a href="https://go.microsoft.com/fwlink/?linkid=862770">Read more.</a>
18+
Once your organization is deleted you cannot undo it. <b>The organization name will be reserved and it will not be able to be reused.</b> <a href="https://go.microsoft.com/fwlink/?linkid=862770">Read more.</a>
1919
</text>)
2020
<p>
2121
When your organization is deleted we will:<br />

src/NuGetGallery/Views/Users/DeleteAccount.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
else
2727
{
2828
@ViewHelpers.AlertWarning(@<text><strong class="keywords">Important</strong>
29-
Once your account is deleted you cannot undo it. <a href="https://go.microsoft.com/fwlink/?linkid=862770">Read more.</a>
29+
Once your account is deleted you cannot undo it. <b>The account name will be reserved and it will not be able to be reused.</b> <a href="https://go.microsoft.com/fwlink/?linkid=862770">Read more.</a>
3030
</text>)
3131
<p>
3232
When you account is deleted we will:<br />
3333
<ul>
34-
<li>Revoke your api key(s).</li>
34+
<li>Revoke your API key(s).</li>
3535
<li>Remove you as the owner for any packages you own.</li>
3636
<li>Remove your ownership from any ID prefix reservations and delete any ID prefix reservations that you were the only owner of.</li>
3737
<li>Remove you from any organizations that you are a member of.</li>

0 commit comments

Comments
 (0)