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!
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!
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'
Bob
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.