-
-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Describe the bug
When the config flag has require_invite set to false, the registration page hides the invite field but the user still gets a validation message saying "invalid invite key" when clicking "Register"
To Reproduce
Steps to reproduce the behavior:
- Set require_invite to false in stash-box-config.yml
- Start app
- Click register link
- Input email
- Click Register button
- Validation message says "Invalid invite key"
Expected behavior
It should register the user successfully and not try to validate a field that is hidden
Screenshots
Desktop (please complete the following information):
- OS: Windows 11 AND docker
- Browser: Chrome, firefox
- Build: v0.6.11
Additional context
I originally couldn't use older builds because of a postgres migration. I figured out that I was using 17 when it wanted 16. Also, learned that the console output when you first run the program doesn't show on some of the newer builds. So I have a workaround and solved my problem.
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed
