From 32840e3df710aef2c3d6c9fa9c4040e83a13ef91 Mon Sep 17 00:00:00 2001 From: Igor Parra Date: Tue, 4 Mar 2014 14:48:11 -0300 Subject: [PATCH] added password type for email settings --- app/View/Elements/settings/notifications.ctp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/View/Elements/settings/notifications.ctp b/app/View/Elements/settings/notifications.ctp index 7a560643..58a2f083 100755 --- a/app/View/Elements/settings/notifications.ctp +++ b/app/View/Elements/settings/notifications.ctp @@ -73,7 +73,8 @@ 'value' => $Settings->mail_password, 'size' => 60, 'label' => false, - 'div' => false + 'div' => false, + 'type' => 'password' ) );?>