Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Some Features #567

Open
nvandendries1984 opened this issue Sep 8, 2024 · 3 comments
Open

Missing Some Features #567

nvandendries1984 opened this issue Sep 8, 2024 · 3 comments

Comments

@nvandendries1984
Copy link

I miss the following features:

  1. When a user registers, I would like the activation to be done by email and/or by the administrator.
    At the moment, when a user registers, it is automatically activated. I would like activation to occur only after confirming the email address.
  2. Excluding email addresses based on domain name.

I have been looking but can't find it. It would be nice if this features could be added to the backend settings model.

@chrisvidal
Copy link
Contributor

the activation email option was there in the previous version of the plugin - not sure what happened -

another features I'd like to see is sending an activation email with a 6 digit code for example, that we could use in different instance inside an developed application

@Veroboy
Copy link

Veroboy commented Nov 26, 2024

As I understand it, a confirmation email should be sent automatically after registration, but this does not happen. And I remember that earlier in the plugin settings, it was possible to configure how registration would take place, 1 - immediately activated, 2 - By email and 3 - manually by the administrator. There are no such settings anymore.
I tried to override the onRegister() function, and added $user->sendEmailConfirmationNotification(); but still the email is not sent to the mail.
And it is not clear how you can force notifications to be sent with an activation code.

@chrisvidal
Copy link
Contributor

it seems that some previous existing features have been parked.
I found a trait HasLegacyApi that provide the old user registration logic in there. Maybe that could help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants