Skip to content
Snippets Groups Projects
Commit 01220e29 authored by Yas Naoi's avatar Yas Naoi
Browse files

Changed a field type to password at AWS Secret Key field

parent 9c9f593b
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,7 @@ function aws_cloud_add_form($form, $form_state, $edit = array(), $op = '') {
);
$form['cloud']['aws_secret_key'] = array(
'#type' => 'textfield',
'#type' => 'password',
'#title' => t('AWS Secret Key'),
'#size' => 55,
'#maxlength' => 50,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment