Required any mechanism to solve the issue "Password field values are passed plain text".
only running site on https will resolve the problem and will clear security audit? If not please guide the steps to be followed or modules required to be installed to increase security. As we have tried to install encrypt_submission module in vain for which support has been discontinued...
Please guide us step by step method to encrypt passwords before sending them to server via salting hashing or any other mechanism. if we install https only will it vulnerable free?
We are using Ubercart module to capture sales order transactions, product stock get reduced as soon as we submit the sales order. We want to capture the purchase order transactions as well which will increase the stock of relevant product; Currently this feature is not available in UC module; Can somebody help us to achieve this;
For a number of reasons I had to transfer my Drupal production system to a backup-test system (Test system base: Debian 9, Apache 2.4, MariaDB 10.1.2 (coming from MySQL 5.5!). On the production system everything works like a charm. The transfer included the Drupal root-directory tree plus the Drupal database. Now I have the following situation (after hours of googling, etc.!)...