Skip to content
#

rbac-management

Here are 32 public repositories matching this topic...

bscheshirwork
bscheshirwork commented Mar 2, 2020

What steps will reproduce the problem?

Use 'on'-syntax for configure triggers of actions:

                'recovery' => [
                    'class' => \Da\User\Controller\RecoveryController::class,
                    'on ' . \Da\User\Event\ResetPasswordEvent::EVENT_AFTER_RESET => function (\Da\User\Event\ResetPasswordEvent $event) {
                        if ($event->token->user 

Improve this page

Add a description, image, and links to the rbac-management topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rbac-management topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.