sahinakyol opened a new issue, #1237:
URL: https://github.com/apache/answer/issues/1237
## Describe the bug
I catch two minor issues (maybe they are not issues) when I try to run
source code in my local environment for the first time,
If you accept them as bug or enhancement, I would create a pr.
## First
```shell
$ make ui
```
is failing with this error `pnpm: command not found`.
```shell
$ make install-ui-packages
```
should run before.
My recommendation is:
- Simply revise readme file like;
```shell
$ make install-ui-packages
$ make ui
```
**or**
change the make command like;
```
ui: install-ui-packages
@cd ui && pnpm pre-install && pnpm build && cd -
```
## Second
I was playing with some functionalities then I noticed there was no message
for 'old_pass'.
### To Reproduce
Steps to reproduce the behavior:
1. Go to 'http://localhost/users/settings/profile'
2. Click on 'Account'
3. Change current password
4. Type something that less than 8 character or more than 32 character
5. See "Old_pass must be at least 8 characters in length."
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]