5π
β
It appears that you are not using HTTPS.
When you serve your website over HTTP, the data is sent in plain text over the internet.
This means that, when the user submits the password to your website, it could be read in transit. This is not secure.
You are now able to get free certificates for your website using https://letsencrypt.org/.
π€meshy
0π
Perhaps your certificate is self-signed? Maybe you then need to specify in the settings to allow certificates from localhost.
π€Stefan
- [Django]-Django: How can I implement Hierarchy of classes in Django?
- [Django]-Django Forms β Many to Many relationships
- [Django]-Passing Editable Fields as validated_data method of Django-Rest-Framework Serializer
Source:stackexchange.com