upassist/neos-frontendlogin

There is no license information available for the latest version (8.4.0) of this package.

8.4.0 2024-02-28 10:05 UTC

README

Installation & Setup

Install using composer.

Set your content constraints to allow the supertype:

  constraints:
    nodeTypes:
      ...
      'UpAssist.Neos.FrontendLogin:Mixin.Abstract': true

To allow redirection, set the following to your document nodes:

  superTypes:
    ...
    'UpAssist.Neos.FrontendLogin:Mixin.RestrictNode': true