Skip to content

Commit

Permalink
Merge pull request #230 from NomikOS/master
Browse files Browse the repository at this point in the history
added password type for email settings
  • Loading branch information
yandod committed Apr 15, 2014
2 parents e9d4d9d + 32840e3 commit b4b0dc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/View/Elements/settings/notifications.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
'value' => $Settings->mail_password,
'size' => 60,
'label' => false,
'div' => false
'div' => false,
'type' => 'password'
)
);?></p>

Expand Down

0 comments on commit b4b0dc2

Please sign in to comment.