-
Notifications
You must be signed in to change notification settings - Fork 74
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
Handling MaxUsers reached #468
Comments
@JoeGruffins I would like to tackle this one, do you know if someone working on it ? |
You can have it! However, #466 might change some of the surrounding code, and it hasn't been reviewed yet. Also, @jholdstock is in the middle of creating a release, and #466 will be waiting on that. Hopefully it will be caught up by next week, so take your time! If you have confidence, you can review #466 to help speed things up. |
Thanks for your reply, sure can wait for next week tell you guys merge all the code that may be related to it before I start, I will also try review #466 . |
Closing as repo is deprecated. |
When working on #466 I've noticed a few things when max users is reached.
This first is that new users are able to register even after MaxUsers has been reached. It would be polite to stop these users and inform that registrations are not being accepted at this time.
This second is that the user is stopped at multisig generation, and the error message both for the user and for the operator says nothing about user capacity being reached.
![maxusersui](https://user-images.githubusercontent.com/34998433/62835221-a4efc400-bc90-11e9-9a39-d47c7aeacebe.png)
In the UI:
or the console logs:
unable to derive ticket address: bad uid index
The text was updated successfully, but these errors were encountered: