We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Users can push their special personal key to the Bourreaux. It's done in the My Account page.
If the Bourreau is disconnected/invalid, an error occurs and the users is redirected to /users which is a route not allowed for normal users.
/users
Instead, an error message should be shown and the users should be redirected to the My Account page again.
Note: Handle gracefully the case when the users pushes to several Bourreaux at once.
The text was updated successfully, but these errors were encountered:
rescue ssh push fail fixes aces#1363
8292879
MontrealSergiy
Successfully merging a pull request may close this issue.
Users can push their special personal key to the Bourreaux. It's done in the My Account page.
If the Bourreau is disconnected/invalid, an error occurs and the users is redirected to
/users
which is a route not allowed for normal users.Instead, an error message should be shown and the users should be redirected to the My Account page again.
Note: Handle gracefully the case when the users pushes to several Bourreaux at once.
The text was updated successfully, but these errors were encountered: