Skip to content
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

Local run simple issues #1237

Open
sahinakyol opened this issue Jan 28, 2025 · 2 comments
Open

Local run simple issues #1237

sahinakyol opened this issue Jan 28, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@sahinakyol
Copy link

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

 $ make ui

is failing with this error pnpm: command not found.

$ make install-ui-packages

should run before.

My recommendation is:

  • Simply revise readme file like;
 $ 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."
@sahinakyol sahinakyol added the bug Something isn't working label Jan 28, 2025
@sy-records
Copy link
Member

Feel free to open a PR whenever you’d like.

For the second question, are you using OAuth login? The password will be set during registration.

@sahinakyol
Copy link
Author

sahinakyol commented Jan 29, 2025

Super thanks.
No, I've signed up during the registration. I was trying to understand how it works :)
#1238

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants