Skip to content
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

Show an inline error if the wrong password is given when deleting a repo #29

Merged
merged 1 commit into from
Feb 10, 2014
Merged

Conversation

scottferg
Copy link

Previously if you entered the wrong password when deleting a repo you'd navigate away from the page and get the go.crypto/bcrypt error saying that the passwords don't match. Since this is an expected case I've added an inline error, similar to what you'd see when adding a user or repo, to show what went wrong. This could be expanded on later for 500-level errors.

@bradrydzewski
Copy link

Thanks! appreciate the help!

bradrydzewski added a commit that referenced this pull request Feb 10, 2014
Show an inline error if the wrong password is given when deleting a repo
@bradrydzewski bradrydzewski merged commit ed1708f into harness:master Feb 10, 2014
johannesHarness added a commit that referenced this pull request Sep 26, 2023
Adds an EOF flag to data chunks to avoid using []byte("EOF") as end (due to potential false positives).
Furthermore, a few cleanups are done:
- Add TODOs for initial git changes
- Add missing file headers
- Fix typo for license (was licence)
- Fix make wire target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants