Skip to content

Commit

Permalink
IBX-4276: Created command to revoke user passwords
Browse files Browse the repository at this point in the history
For more details see https://issues.ibexa.co/browse/IBX-4276 or ezsystems/ezplatform-kernel#347

* Created ibexa:user:expire-password command to revoke user passwords

* Added configurable password TTL

* Added --force flag
  • Loading branch information
webhdx authored Nov 10, 2022
1 parent 9b7d79b commit 76c7321
Show file tree
Hide file tree
Showing 3 changed files with 457 additions and 0 deletions.
8 changes: 8 additions & 0 deletions eZ/Bundle/EzPublishCoreBundle/Resources/config/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,11 @@ services:
$ioService: '@ezpublish.fieldType.ezimage.io_service'
tags:
- { name: console.command }

Ibexa\Bundle\Core\Command\ExpireUserPasswordsCommand:
autowire: true
autoconfigure: true
arguments:
$userHandler: '@ezpublish.spi.persistence.user_handler'
tags:
- { name: console.command }
Empty file removed src/bundle/Core/.gitkeep
Empty file.
Loading

0 comments on commit 76c7321

Please sign in to comment.