Renamed extension to feipauth
PHP Namespace: MMK2410/FeIpAuth
This commit is contained in:
parent
4878b2d9f7
commit
13efde1cfe
9 changed files with 18 additions and 19 deletions
|
@ -3,12 +3,12 @@
|
|||
/**
|
||||
* Table configuration fe_users
|
||||
*/
|
||||
use In2code\In2frontendauthentication\Domain\Repository\FeGroupsRepository;
|
||||
use MMK2410\FeIpAuth\Domain\Repository\FeGroupsRepository;
|
||||
|
||||
$columns = [
|
||||
'ip_mask' => [
|
||||
'exclude' => 0,
|
||||
'label' => 'LLL:EXT:in2frontendauthentication/Resources/Private/Language/locallang_db.xlf:' .
|
||||
'label' => 'LLL:EXT:feipauth/Resources/Private/Language/locallang_db.xlf:' .
|
||||
FeGroupsRepository::TABLE_NAME . '.ip_mask',
|
||||
'config' => [
|
||||
'type' => 'text',
|
||||
|
|
Reference in a new issue