Hello,
In our DNN v2.1 site, we adapted the core of DNN to allow to "really" validate an address email filled in the registration form (not only checking an expected "good" format with a regular expression) : every time a member modifies his email in the registration form, the customized profile module sends him a validation email to its new address email, the former address being kept in the database as long as the user does not click the link in the body of the message received on his new mailbox.
This principle avoids security issues, to our mind : by changing its email in its user profile, a member may enter an erroneous address but an existent adress of of another Internet user, which may obtain possible confidential information ; for instance, with the password reminder on the login page, the password may be send to another Internet user.
We would like to have the same feature with DNN v4.8. But the DNN core strongly evolved, and its registration form / user profile code is now very powerful but rather difficult to customize. However, this kind of email confirmation is done for new user registration, isn't it ?
Would anybody have an interesting "light" solution ?
Regards