DNN Forums

Ask questions about your website to get help learning DNN and help resolve issues.

User registration send password via SMS

 3 Replies
 2 Subscribed to this topic
 40 Subscribed to this forum
Sort:
Author
Messages
Growing Member
Posts: 69
Growing Member

Hello,
my boss want to send password via SMS after users registration instead of email....there is an extension for that?

Thanks
Seek

Veteran Member
Posts: 838
Veteran Member
3 Helpful Replier
Helpful Replier
Thanks for being such a helpful replier!
New Poster
New Poster
Congrats on posting!
Using an extension like https://www.dnnsharp.com/.../action-form-builder would enable a custom registration and there is a clickatell add on for sms. Having said that: I never tried to send a password. By default the password is salted and encrypted in the database. That would mean you have to either cut in on the process and send the password before it is encrypted (not sure if that is posssible) or have the form pull out the password including decryption. You would have to reach out to the vendor to verify if that is possible.
Growing Member
Posts: 69
Growing Member

Thanks!

Senior Member
Posts: 1607
Senior Member
MVP
MVP
You're an MVP!
New Poster
New Poster
Congrats on posting!

This sounds more like a MFA (multifactor authorization) scenario.  In MFA, you log in, but an additional factor must be used to fully authenticate, such as a number from a text message or email. 

The most secure way to implement this is to use a cloud-based MFA provider, such as Microsoft Azure B2C (for one).  Then, it's purely configuration in an open-source authentication provider, like the one by Intelequia. Beyond the installation of the module, this method would be purely configuration-based and require no development.  

https://github.com/intele...n.azureadb2cprovider  

These Forums are for the discussion of the open source CMS DNN platform and ecosystem.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. If you have (suspected) security issues, please DO NOT post them in the forums but instead follow the official DNN security policy
  2. No Advertising. This includes the promotion of commercial and non-commercial products or services which are not directly related to DNN.
  3. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  4. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  5. No Flaming or Trolling.
  6. No Profanity, Racism, or Prejudice.
  7. Site Moderators have the final word on approving / removing a thread or post or comment.
  8. English language posting only, please.

Would you like to help us?

Awesome! Simply post in the forums using the link below and we'll get you started.

Get Involved