Skip to content

Commit

Permalink
Update install-the-marketplace-merchant-portal-core-feature.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andriitserkovnyi committed Jan 4, 2025
1 parent fdeaf53 commit 2c7b118
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Set up the following behaviors.
| MerchantUserUserRoleFilterPlugin | Filters `ROLE_BACK_OFFICE_USER` to prevent a merchant user from logging into the Back Office. | | Spryker\Zed\MerchantUser\Communication\Plugin\SecurityGui |
| ProductViewerForOfferCreationAclInstallerPlugin | Provides `ProductViewerForOfferCreation` roles with rules and groups to create on installation. | | Spryker\Zed\AclMerchantPortal\Communication\Plugin\MerchantUser |
| AclGroupMerchantUserLoginRestrictionPlugin | Checks if the merchant user login is restricted. | | Spryker\Zed\AclMerchantPortal\Communication\Plugin\SecurityMerchantPortalGui |
| MailMerchantUserPasswordResetRequestStrategyPlugin | Checks if strategy is applicable for a password reset request. Returns true if merchant user exists, false otherwise. | | Spryker\Zed\MerchantUserPasswordResetMail\Communication\Plugin\UserPasswordReset |
| MailMerchantUserPasswordResetRequestStrategyPlugin | Checks if the strategy is applicable for a password reset request. Returns true if merchant user exists; false otherwise. | | Spryker\Zed\MerchantUserPasswordResetMail\Communication\Plugin\UserPasswordReset |
| MerchantUserPasswordResetMailTypePlugin | Builds the mail of merchant password restore type. | | Spryker\Zed\MerchantUserPasswordResetMail\Communication\Plugin\Mail |

**src/Pyz/Zed/Twig/TwigDependencyProvider.php**
Expand Down Expand Up @@ -727,8 +727,8 @@ $config[AclConstants::ACL_DEFAULT_RULES][] = [
];
```

### 3) Add translations
Add Merchant Portal translations:
### 3) Add Merchant Portal translations


1. Append glossary according to your configuration:

Expand Down

0 comments on commit 2c7b118

Please sign in to comment.