ID and pasword generation for an unidentified user accessing site for first time

Dear all,

I need to generate an ID/user and a password for a new web user that comes for first time to web site and make a request of login.
Control login and security module has not this feature (I suppose).
I need to ask him master data, address and e-mail details.
After that, as answer to request submitted, I’ve to send him an ID/user and password and to activate it within my SC application I need to wait for a confirmation from e-mail link sended to user within the e-mail . It’s a classic way to identify a new user.
In addition it’s very probably I’ll have to use a VPN for security reasons. Does it complicate the things ?
Do you know how can I build / steps to implement this application ? Is there a sample or wizard ?
It seems to me quite complicated.
Many thanks
Giovannino

Re: ID and pasword generation for an unidentified user accessing site for first time

I think the project samples HelpDesk has this method of add user.

Re: ID and pasword generation for an unidentified user accessing site for first time

Dear Max,

thanks for your hint !
Do you think that I can export the following application to do the job :

FORM_NEW_CUSTOMER
CONTROL_FORGET_PWD
CUSTOMER_MENU

Do you think that I’m missing something ?
Bye
Giovannino

Re: ID and pasword generation for an unidentified user accessing site for first time

I believe this is enough…