Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要确保后端的密码符合某个标准(至少七个字符,muts 有数字和字母字符)。
有很多插件可以处理它,但对于前端客户,我需要后端用户。
如何做到这一点,我可以使用一个事件来添加验证规则还是我需要装饰一些服务?哪一个?
您可以收听事件“\Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\PreWriteValidationEvent”,并在其未满足您的条件时添加异常。
此事件在所有实体上触发,因此请先检查实体。在管理方面,您可以对后端错误做出反应,并通过覆盖组件显示错误消息