You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we are encouraging users to register in http://developers.redhat.com/ and use the password for registering CDK to RHN , the prompt should clearly communicate it to the user. In current state user might get confused which user name/password he supposed to enter. The ideal solution would be using the same terminology as official CDK documentation
$ vagrant up
xxxxxxxxxxxxxxxxx
==> default: Registering box with vagrant-registration...
default: Would you like to register the system now (default: yes)? [y|n]y
default: username:
The text was updated successfully, but these errors were encountered:
vagrant-registration can support multiple subscription managers. Currently it uses only Red Hat subscription manager as the default one.
So the code needs to be modified to detect the subscription manager and then choose the statement for user.
default: Would you like to register the system now (default: yes)? [y|n]y
default: Please use your Red Hat account for registration.
default: Login:
default: Password:
As we are encouraging users to register in http://developers.redhat.com/ and use the password for registering CDK to RHN , the prompt should clearly communicate it to the user. In current state user might get confused which user name/password he supposed to enter. The ideal solution would be using the same terminology as official CDK documentation
The text was updated successfully, but these errors were encountered: