Tagged Questions

1
vote
2answers
104 views

Password Recorevy Without email

I was wondering if anyone has ever used, built or seen a password recoervy tool that was completely online and didn't require sending some kind of password reset email. I understand the security ...
1
vote
9answers
532 views

Should I provide lost credentials to users via a direct message on Twitter?

Is it better (more convenient or secure) to provide users with a lost username or password via direct message on Twitter rather than via email?
0
votes
2answers
137 views

How can i send password to user mail in grails?

I am new to grails,i have login form for my app for which i have not used spring-security-plugin..now i want to have a link in login form called forgot password which will retrieve it from data base ...
0
votes
1answer
220 views

Recommendations for encrypted password and email retrieval

I just finished encrypting the passwords in my database using a salted sha1. Naturally I'll need to implement a forgot password link ( email as well ). I have make shift versions of those right now ...
0
votes
1answer
385 views

Sending forgot password emails

I am building a service that will have a 'forgot my password' feature. In addition to that, it will also email users when results are ready from my service. I would like to ensure delivery of my ...