Skip to content

Commit 648d58c

Browse files
authored
Merge pull request #385 from rubygems/ui-only-removed
Remove ui only documentation
2 parents 85834db + ec59237 commit 648d58c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

api-key-scopes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ If you are using a key to modify only one of your gems, please consider gem scop
103103
Enable MFA on specific API keys
104104
-----------------------------
105105

106-
If your account has MFA enabled on the **UI only** or **UI and gem signin** [authentication level](https://guides.rubygems.org/setting-up-multifactor-authentication/#authentication-levels), you have the option to enable MFA on a specific API key. This will require an OTP code for `gem push`, `yank`, `owner --add/--remove` commands.
106+
If your account has MFA enabled on the **UI and gem signin** [authentication level](https://guides.rubygems.org/setting-up-multifactor-authentication/#authentication-levels), you have the option to enable MFA on a specific API key. This will require an OTP code for `gem push`, `yank`, `owner --add/--remove` commands.
107107

108108
You can toggle this option when creating or editing an API key on the UI.
109109
![New API key with MFA enabled](/images/new-mfa-api-key.png){:class="t-img"}

setting-up-multifactor-authentication.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@ When you register a new device or enable MFA for the first time, we will enable
2323
MFA for both the UI and the API. If you go to the "Edit Settings" page again, in the "Multi-factor Authentication" section, you
2424
will see a dropdown menu with these options:
2525

26-
- **UI only (Deprecated)**: sign in from browser, updating MFA levels and resetting password will require OTP code. These are referred to as UI operations.
2726
- **UI and gem signin**: UI operations and `gem signin` will require OTP code.
2827
- **UI and API**: UI operations, `gem signin`, `push`, `owner --add` and `owner --remove` will require OTP code.
2928

30-
Note: If you are on the "UI only" or "UI and gem signin" authentication level,
29+
**UI only** was previously a valid MFA level. However, it has been removed, and only accounts that are currently at that level will still see it in the dropdown.
30+
31+
Note: If you are on the **UI and gem signin** authentication level,
3132
you can selectively enable MFA on specific API keys (see [API key scopes](https://guides.rubygems.org/api-key-scopes/#enable-mfa-on-specific-api-keys)).
32-
This is different from the "UI and API" level as MFA is enabled on all API keys by default and cannot be selectively enabled.
33+
This is different from the **UI and API** level as MFA is enabled on all API keys by default and cannot be selectively enabled.
3334

3435
Steps to change your MFA level:
3536

0 commit comments

Comments
 (0)