{ "name": "roundcube/new_user_identity", "type": "roundcube-plugin", "description": "Populates a new user's default identity from LDAP on their first visit.", "license": "GPL-3.0-or-later", "version": "1.2", "authors": [ { "name": "Aleksander Machniak", "email": "alec@alec.pl", "role": "Lead" } ], "require": { "php": ">=7.3.0", "roundcube/plugin-installer": "~0.3.5" }, "autoload": { "classmap": [ "new_user_identity.php" ] } }