Skip to content

Commit b329a1f

Browse files
committed
Fixed double reference of password2 field
1 parent 8ac0a6c commit b329a1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/JoomlaBrowser.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,6 @@ public function createUser($username, $password, $email, $userGroup = 'Super Use
12571257
$this->fillField(array('id' => 'jform_name'), $username);
12581258
$this->fillField(array('id' => 'jform_password'), $password);
12591259
$this->fillField(array('id' => 'jform_password2'), $password);
1260-
$this->fillField(array('id' => 'jform_password2'), $password);
12611260
$this->fillField(array('id' => 'jform_email'), $email);
12621261

12631262
$this->debug('I open the Assigned User Groups Tab and assign the user group');

0 commit comments

Comments
 (0)