-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #44: allow more than one try to fill username and password #102
Conversation
LGTM! |
@@ -115,7 +115,7 @@ Vagrant.configure('2') do |config| | |||
end | |||
``` | |||
|
|||
If you do not provide credentials, you will be prompted for them in the "up process." | |||
If you do not provide credentials, you will be prompted for them with maximum three attempts during the "vagrant up" process. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Preeticp , does this line make sense for you?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@budhrg how about: If you do not configure your credentials as outlined above, you will receive a maximum of 3 prompts for them, during the vagrant up
process.
@budhrg can you please rebase? |
@LalatenduMohanty Waiting for preeti to comment on doc side. Then I will rebase. |
@budhrg you should add acceptance test for this PR. |
Working on acceptance test now. |
@LalatenduMohanty Create issue #106. Could you verify and merge it? |
LGTM. |
merged |
Fix #44
Patched gem to try:- https://www.dropbox.com/s/dahxpg8is07wbwm/vagrant-registration-1.2.4.dev.gem
Also displaying "Registration successful." message on successful registration.