Skip to content

Commit

Permalink
DOC Add new MFA feature to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Nov 30, 2023
1 parent 5f985eb commit e8742ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions en/04_Changelogs/5.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ This will now fail by throwing an exception, which means your form won't render
### Other new features

- A new [`SiteTree.hide_pagetypes`](api:SilverStripe\CMS\Model\SiteTree->hide_pagetypes) configuration property has been added. Unlike [`SiteTree.hide_ancestor`](api:SilverStripe\CMS\Model\SiteTree->hide_ancestor) (which has [now been deprecated](#api-silverstripe-cms)), this is an array. This allows you to define all page types that should be hidden in a single configuration property in your YAML configuration.
- The [`silverstripe/mfa module`](https://github.com/silverstripe/silverstripe-mfa) now allows you to specify which groups can register MFA for their account.

## API changes

Expand Down

0 comments on commit e8742ab

Please sign in to comment.