Skip to content

Commit

Permalink
Add additional warning about blocked usernames (#9206)
Browse files Browse the repository at this point in the history
Fix #7447
  • Loading branch information
joelverhagen authored Aug 26, 2022
1 parent 245d40b commit b7421a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/NuGetGallery/Views/Organizations/DeleteAccount.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@<text>Delete</text>)

@ViewHelpers.AlertWarning(@<text><strong class="keywords">Important</strong>
Once your organization is deleted you cannot undo it. <a href="https://go.microsoft.com/fwlink/?linkid=862770">Read more.</a>
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>
</text>)
<p>
When your organization is deleted we will:<br />
Expand Down
4 changes: 2 additions & 2 deletions src/NuGetGallery/Views/Users/DeleteAccount.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
else
{
@ViewHelpers.AlertWarning(@<text><strong class="keywords">Important</strong>
Once your account is deleted you cannot undo it. <a href="https://go.microsoft.com/fwlink/?linkid=862770">Read more.</a>
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>
</text>)
<p>
When you account is deleted we will:<br />
<ul>
<li>Revoke your api key(s).</li>
<li>Revoke your API key(s).</li>
<li>Remove you as the owner for any packages you own.</li>
<li>Remove your ownership from any ID prefix reservations and delete any ID prefix reservations that you were the only owner of.</li>
<li>Remove you from any organizations that you are a member of.</li>
Expand Down

0 comments on commit b7421a3

Please sign in to comment.