Djohane
Results
1
comments of
Djohane
I think I resolved the problem: instead of `$fields = $this->settings['fields'];` in FormAuthenticate.php do this `$fields = $this->settings['fields'];` + `$fields['username'] = 'username';` because what we need here is key not...