ephios
ephios copied to clipboard
Account registration plugin
Lets build a plugin where, as an administrator, I can create an expiring invitation link that allows users to register an account at an ephios instance. That makes transitioning to ephios way easier maybe. Per link one should be able to configure:
- Admin notifications for new signups
- Whether new accounts must be approved (inactivated flag set to false) using consequences
- expiration date
- initial group memberships
- a usage limit (count-based) maybe?
This is probably done best using a model like in the guest registration plugin.
another option could be to display a registration button on the login page (if enabled in the settings) so that user can request an account.