Ask a Question related to Coldfusion Database Access, Design and Development.
-
Xylum #1
Email autosend password from database
Working on a somewhat complex function. I've found some related topics, but no
responses that can come close to helping. I've got a "forgot your password?"
page, with a username, challenge question, and challenge answer field that
query my database of registered users. When a user hits submit, I've got a
link to another page that says that an email has been sent with their password.
Only problem is, I don't know how to write that function, so an email with
their password has actually not been sent. Any suggestions or links for me to
follow?
Xylum Guest
-
How to secure database password? (was Perl/DBI newbie: password storage / security question)
Zedgar, You are chasing the yourself into circles. Security is dictated by circumstances and resources available. In our case, we had plenty of... -
Forgot Password encrypted email system
I really wish there were some examples explaining how to create a forgot password email link system when you encrypt a password in a database and... -
How to secure database password? (was Perl/DBI newbie: password storage / security question)
Hello, Many thanks to R. Joseph Newton, Motherofperls, essential quint and Chuck Fox for answering my questions, however it is still not what I... -
How to secure database password? (was Perl/DBI newbie: password stora...
The only solutions I've discovered is: ( for less secure tables) 1. Crypt the password 2. Put it into directory not in the public domain 3. Set... -
mailto problem - need to autosend w/>256chars
I thought this would be an easier task than it has become. I have a form for the user to enter resume information. There are several fields. I... -
mxstu #2
Re: Email autosend password from database
Compare the submitted answer with the value of challenge field and if it
matches, use CFMAIL to send the password information to their registered email
address and show the "email has been sent page". If their answer fails the
test, display an error. You probably would want to limit the number of retries
....
mxstu Guest
-
SQLMenace #3
Re: Email autosend password from database
If you use SQL server you could do this with xp_sendmail If you don't want to use CFMAIL
SQLMenace Guest
-
sc #4
Re: Email autosend password from database
hi, i've never send email from sql.. do you need any SMTP install in order
to use xp_sendmail on a sql server?
"SQLMenace" <webforumsuser@macromedia.com> wrote in message
news:dhr6fg$d1m$1@forums.macromedia.com...> If you use SQL server you could do this with xp_sendmail If you don't want
> to use CFMAIL
sc Guest
-
SQLMenace #5
Re: Email autosend password from database
SQL Server does not wotk with SMTP (by default) to make it work with a SMTP server take a look at this
[url]http://sqldev.net/xp/xpsmtp.htm[/url]
SQLMenace Guest



Reply With Quote

