You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I use nginx as reverse proxy and redirect all traffic to https.
The sign up form ("Create admin account") has however, http statically rendered in the code and all creds will be submitted unencrypted.
Describe the bug
I use nginx as reverse proxy and redirect all traffic to https.
The sign up form ("Create admin account") has however, http statically rendered in the code and all creds will be submitted unencrypted.
ln 39:
<form action="[http://<IP-address>/signup?next=%2Fdashboard](view-source:http://<IP-address>/signup?next=%2Fdashboard)" method="[post]()" novalidate>
To Reproduce
Steps to reproduce the behavior:
Use a reverse proxy such as nginx and redirect all traffic on port 80, to port 443.
Expected behavior
Well, either it has to be a relative link or needs to be:
The text was updated successfully, but these errors were encountered: