ephios icon indicating copy to clipboard operation
ephios copied to clipboard

Account registration plugin

Open felixrindt opened this issue 4 years ago • 1 comments

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.

felixrindt avatar Oct 19 '21 09:10 felixrindt

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.

jeriox avatar Oct 26 '24 18:10 jeriox