Forums

Hidden password in SMTP configuration

dibuxo 19 Apr, 2016
First, thanks to the developers of Chronoforms!

I was wondering if there is a way to hide the password in the configuration of Chronoformsv5.

[attachment=0]chronoforms5_psw.png[/attachment]


Thank you!
GreyHead 20 Apr, 2016
Hi dibuxo,

You can edit the file /administrator/components/com_chronoforms5/chronoforms/views/settings.php and around line 50 change 'type' => 'text' to 'type' => 'password'
<?php echo $this->Html->formLine('Chronoforms[mail][smtp_password]', array('type' => 'password', 'class' => 'L', 'label' => l_('CF_SMTP_PASSWORD'))); ?>

Bob
This topic is locked and no more replies can be posted.