mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
[rubygems/rubygems] Change gem login message to clear up that username can be also used
2bf6163eaf
This commit is contained in:
parent
420a6349ec
commit
064f251571
1 changed files with 2 additions and 2 deletions
|
@ -130,8 +130,8 @@ module Gem::GemcutterUtilities
|
|||
|
||||
say "The existing key doesn't have access of #{scope} on #{pretty_host}. Please sign in to update access."
|
||||
|
||||
email = ask " Email: "
|
||||
password = ask_for_password "Password: "
|
||||
email = ask "Username/email: "
|
||||
password = ask_for_password " Password: "
|
||||
|
||||
response = rubygems_api_request(:put, "api/v1/api_key",
|
||||
sign_in_host, scope: scope) do |request|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue