-
Notifications
You must be signed in to change notification settings - Fork 103
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
can't view drinker page for drinker with period in username #313
Comments
Thanks for the report. Periods in username are kosher, looks like it's a problem with the |
Why yes, you nailed it! |
Awesome. 😉 |
LOL - thanks! Guess I'm on the hook for finally writing that in-app BTC tipjar now.. |
For sure; I'll put a $50 bounty on completion of an in-app BTC tipjar. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have a user whose name is in the form "john.doe" and when you try to go to the drink page at http://kegbot.brontolabs.com/drinkers/john.doe it redirects to http://kegbot.brontolabs.com/kegadmin/devices/link/ rather than displaying the user's drinking stats.
I'm assuming this is an issue with the period in the username, because if you try to view a user that simply doesn't exist, such as http://kegbot.brontolabs.com/drinkers/notauser then a 404 error is returned. On a related note, it would probably be helpful to handle that case as well and just display a nice 'user does not exist' error.
The text was updated successfully, but these errors were encountered: