Hi,
Im creating a user registration form for an application.I dont want that
the user to enter the password during the signing up, but he should
enter his password only after he clicks on the activation link from the
activation email.Can anybody give me some idea how to do it?
One general suggestion might be to generate an email with a link that
has a
unique ID key (one that you generate and store in a special field)
stored
with the original submission record and points to a password submission
form. Use the unique ID to find the original record and store this
password
in that same record. Stamp the record somehow and/or blow out the unique
ID
from the record to prevent the password entry form from being used
again.
I’m sure there are other ways to do this as well.
Raul
----- Original Message -----
From: “Saurav C.” [email protected]
To: [email protected]
Sent: Monday, May 12, 2008 9:06 PM
Subject: [Rails-deploy] Signup Form