apigee / apigee-m10n-drupal

Add monetization features to a Drupal developer portal
https://www.drupal.org/project/apigee_m10n
GNU General Public License v2.0
13 stars 13 forks source link

How to send email confirmation link to user who register on developer portal in on-prem model #340

Closed RashidAli48 closed 2 years ago

RashidAli48 commented 2 years ago

Is it possible to send an email confirmation link to the user email who registers on the developer portal? My requirement is that I want the user to confirm his/her email and activate his/her account rather than someone from management activate the account. Right now developer registers on the developer portal and gets an email waiting for account approval. Someone from management with admin rights on the developer portal logged in and activate the developer account.

phdhiren commented 2 years ago

@RashidAli48

It has more to do with Drupal then Apigee modules, consider reading following documentation on configuring it from admin panel.

https://www.drupal.org/docs/user_guide/en/config-user.html

phdhiren commented 2 years ago

@RashidAli48, Hope above documentation worked, closing the issue. Please feel free to reopen it, if requires.