Kevin Sicong Jiang
Kevin Sicong Jiang
> Thanks! Is there a special reason/convention I'm unaware of for adding backspace? Feels like that's something that is easily fatfingered, maybe just adding the delete key is better? I...
@furqanmlk As part of this PR, I only changed error message for the password requirement check when **creating** a new user/guest, not when changing password for existing user. I did...
@furqanmlk I wasn't able to login to the test server using either of the credentials listed by the bot, getting a 401 Unauthorized. Here's the cURL I used: curl -X...
@furqanmlk I understand the need to use bearer token, but you still need to call login first to get the bearer token. Please read my previous comment. I have already...
@furqanmlk I tried locally and was getting the same result as you did. I had to dig real deep to find what the real cause is, but here's the issue:...
> @KevinSJ Yes the enable developer setting is to bypass such things while testing. You can set it to `false` and validate the PR. Sorry for the confusion. @isacikgoz Thanks...
Hi there, I can help translate the Chinese label. Where should I start? I saw a localization folder under src, is that all of them?
@knod Thanks for the hint. I am actually a programmer, but it's my first time doing localization for a React project. :smiley: I will start working on it now, let...
Hello, I would like to take this one, please assign to me.
> HTTP StatusCode should be “Bad Request” here: [https://github.com/mattermost/mattermost-server/blob/b66fd1f89efa698fba5fc5e1c5dad350fa4f44f2/app/authentication.go#L81](https://github.com/mattermost/mattermost-server/blob/b66fd1f89efa698fba5fc5e1c5dad350fa4f44f2/app/authentication.go#L81%7Csmart-link) Hello, after looking through the code a bit, I believe the description for this issue is not quite right. That part...