Requests
Hide passwords on License Module
Planned
Hello,
in /components/modules/blesta_license/src/views/default/add_row.pdt
line #24 - $this->Form->fieldText("password", $this->Html->ifSet($vars->password), array('id' => "password"));
This should be type -> password.
The password are only encrypted in database but when you're going to visit that plugin your password are showing up as in plaintext (no asterisks).
Thank you.
We created a task for this here https://dev.blesta.com/browse/CORE-5264
Comments have been locked on this page!