UserManagement icon indicating copy to clipboard operation
UserManagement copied to clipboard

User Management Package for Neos and Flow

Results 21 UserManagement issues
Sort by recently updated
recently updated
newest added

[`swiftmailer/swiftmailer`](https://packagist.org/packages/swiftmailer/swiftmailer) is abandoned, it should be used [`symfony/mailer`](https://packagist.org/packages/symfony/mailer) instead

I was asked how to use this logic in Fusion: https://github.com/sandstorm/UserManagement#checking-for-a-logged-in-user-in-your-templates From the [IfAuthenticatedViewHelper](https://github.com/sandstorm/UserManagement/blob/282f2e33166d820d4f9ec2dfdc7ee7157a1958c8/Classes/ViewHelpers/IfAuthenticatedViewHelper.php) So i made an easy Eel helper - would it make sense to include it in...

Dear maintainers, as an introductory note, please do accept my apologies for opening this issue - I'm neither a developer or user reporting, but a sysadmin with a spam problem...

In Flow 6 an error is thrown if submitting the registration form: Notice: Undefined property: Sandstorm\UserManagement\Domain\Validator\RegistrationFlowValidator::$result This can be fixed by replacing $this->result with $this->getResult()

URL: `/setup/index` Neos: 5.1.1 ``` Argument 1 passed to Neos\Neos\View\FusionExceptionView_Original::getFusionRuntime() must be an instance of Neos\ContentRepository\Domain\Model\NodeInterface, null given, called in .../Data/Temporary/Development/Cache/Code/Flow_Object_Classes/Neos_Neos_View_FusionExceptionView.php on line 130 ``` | Exception Code | 0...

Depending on what happens behind the Login one might need a proper logging of the double opt in process (who registered when, who confirmed when at least). Would be great...

Using a basic Flow distribution (6.x) with one custom package (which requires `sandstorm/usermanagent`), and an empty database `doctrine:migrate` will fail: ``` SQLSTATE[HY000]: General error: 1005 Can't create table `weclapp-importer`.`sandstorm_usermanagement_domain_model_user` (errno:...

In Configuration/Settings.yaml the below lines are production code even though only needed for standalone case. I would be happy if those could be examplified (as comment). In my (very specialized)...

How do I configure the E-Mail-Template for the Registration activation in `/Configuration/Views.yaml` I tried ```yaml - requestFilter: 'mainRequest.isPackage("Neos.Neos") && isPackage("Sandstorm.UserManagement") && isController("Registration") && isAction("register")' options: templatePathAndFilename: 'resource://xxx.yyy/Private/EmailTemplates/ActivationToken.html' partialRootPaths: ['resource://xxx.yyy/Private/Partials'] layoutRootPaths:...