sign up with user defined password

4 posts by 3 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: July 6, 2017   (RSS)

By ht1080z - July 2, 2017

Hello again,

I want to change the registration procedure in a specific website and let users to pick/enter their password upon sign up.

Is there any best practice to do this with cmsBuilder & membership addon?

Thank you in advance,
Karls

By gkornbluth - July 5, 2017

Hi Karls,

I totally agree with Dave. Security trumps convenience every time.

I usually give all new users a generic password and force them to change it to one of their own choosing the first time they log in.

The recipe for this is in the CMSB Cookbook as: "IMPLEMENTING THE EMAILONAPPROVED PLUGIN WITH THE WEBSITE MEMBERSHIP PLUGIN (ENCRYPTED PASSWORDS)"

You don't have to use the emailOnApproved plugin, but in my implementations, all members needed to be manually approved.

You can get a free trial subscription to the CMSB Cookbook from the link below and check it out.

Best,

Jerry Kornbluth

The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php

By ht1080z - July 6, 2017

Hello Dave & Jerry,

Thank you for your suggestions. I'll proceed with user selected passwords but sending activation mail & link before first use. I think it is the faster and more user friendly, skipping the forced password change procedure in the middle.

Karls