biwerr
biwerr
If you prepend a link to a text field, after Validation with errors there is no error dispay in the form. Without prepending, the display works fine. ``` Former::text('file')->prepend(Former::link('Browse')->class('popup_selector ')->dataInputid('file'));...
I'm having Problems with receiving the additional user information from Active Directory Federation Services (ADFS). I want to get the Windows Username for creating a Portainer user, but unfortunately Microsoft...
Please add to the openID documentation, that you musst add a new grant type $config['use_openid_connect'] = true; $config['issuer'] = 'brentertainment.com'; $server = new OAuth2\Server($config); $server->addGrantType(new OAuth2\OpenID\GrantType\AuthorizationCode($storage));