Skip to content

Commit

Permalink
making pw visible
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Dec 9, 2021
1 parent 8d45b09 commit 548c400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion View/CoGrouperLites/fields.inc
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ print $this->Form->hidden('co_dashboard_widget_id', array('default' => $vv_dwid)
$attrs['required'] = true;

if ($e) {
print $this->Form->password('connPass', $attrs);
print $this->Form->input('connPass', $attrs);

if ($this->Form->isFieldError('connPass')) {
print $this->Form->error('connPass');
Expand Down

0 comments on commit 548c400

Please sign in to comment.