ZfcUserAdmin
ZfcUserAdmin copied to clipboard
CreateUser From is missing remove->captcha
The create User Form is not showing the captcha - but needs the input. Perhaps add
$this->remove('captcha');
after https://github.com/Danielss89/ZfcUserAdmin/blob/master/src/ZfcUserAdmin/Form/CreateUser.php#L27
Like already done in EditUser https://github.com/Danielss89/ZfcUserAdmin/blob/master/src/ZfcUserAdmin/Form/EditUser.php#L27
Can you create a PR?