Issue creating account #32

Closed
opened 2023-07-08 22:50:56 +00:00 by MichaelYick · 1 comment
Owner

Attempting to create an account creates an error stating " The registration form has not been filled out completely.". The HTTP return code is 200 as well.

A CURL statement to reproduce the issue:
curl 'http://192.168.0.144:18080/freelancer/signup/fulfilment' -X POST --data-raw 'freelancername=test&freelanceremail=test@test.com&freelancerpassword=test&freelancerpasswordconfirmation=test'

I'm using the default config, however I commented out the sslCertPath and sslCertKey. I also built the tool without -DCROW_ENABLE_SSL. This was done to both test reverse proxy compatibility (using NGinx) and so I could avoid creating a self-signed cert.

Attempting to create an account creates an error stating " The registration form has not been filled out completely.". The HTTP return code is 200 as well. A CURL statement to reproduce the issue: `curl 'http://192.168.0.144:18080/freelancer/signup/fulfilment' -X POST --data-raw 'freelancername=test&freelanceremail=test@test.com&freelancerpassword=test&freelancerpasswordconfirmation=test'` I'm using the default config, however I commented out the sslCertPath and sslCertKey. I also built the tool without `-DCROW_ENABLE_SSL`. This was done to both test reverse proxy compatibility (using NGinx) and so I could avoid creating a self-signed cert.
t_a was assigned by MichaelYick 2023-07-08 22:50:57 +00:00
Collaborator

Seems like that was a minor oversight within the equality check of the password.

The issue with it returning 200 is something i as of now am unsure how to solve, while retaining the capability to load the template.
Unless i am missing something obvious could you open a separate issue regarding that, i'll deal with it once I'm done with the submission system

Seems like that was a minor oversight within the equality check of the password. The issue with it returning 200 is something i as of now am unsure how to solve, while retaining the capability to load the template. Unless i am missing something obvious could you open a separate issue regarding that, i'll deal with it once I'm done with the submission system
t_a referenced this issue from a commit 2023-07-09 00:12:52 +00:00
t_a referenced this issue from a commit 2023-07-09 00:42:47 +00:00
t_a referenced this issue from a commit 2023-07-09 00:47:09 +00:00
t_a closed this issue 2023-07-10 15:19:25 +00:00
Sign in to join this conversation.
No description provided.