The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
54 views

PHP send email for Forgot Password

So I am building a localhost page, and it contains users, so I created a forgot password page to reset password if they forget, and to update the randomized password into the database. This is the ...
1
vote
0answers
31 views

codeigniter ion auth forget password

i'm using codeigniter & ion auth. I'm having problem trying to send out email to user. this is working: $message = 'hello'; $this->email->from($this->config->item('admin_email', ...
0
votes
1answer
41 views

How to crack Windows 7 password [closed]

My dad forget his laptops password. How to recover it? // I am posting my first question how much lines i have to write. this is to satisfy this validation
-3
votes
1answer
44 views

Warning: mysqli_error() expects parameter 1 to be mysqli, string given in /home/digibeem/public_html/forgot_pass.php on line 56 [closed]

This is my coding: of forgot_pass.php <?php include_once("php_includes/check_login_status.php"); // If user is already logged in, header that weenis away if($user_ok == true){ ...
-1
votes
1answer
28 views

Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/digibeem/public_html/forgot_pass.php on line 55

This is my coding: of forgot_pass.php <?php include_once("php_includes/check_login_status.php"); // If user is already logged in, header that weenis away if($user_ok == true){ ...
2
votes
2answers
87 views

How to add username and e-mail option for password reset in Django password reset?

I am using Django in-build password to allow users to reset the password. My password_reset_form.html looks like this: {% block title %}Reset Password{% endblock %} {% block content %} ...
0
votes
1answer
50 views

Reset Password failed in magento

In our mamgento application we used transactional email template to send reset pasword mail. When we click on submit button in forgot password windo, one email will be send , based on the email ...
0
votes
1answer
39 views

How to override default django forgot password template?

The password reset templates are stored in: /usr/local/lib/python2.7/dist-packages/django/contrib/admin/templates/registration However, I want to override the default templates provided my Django. ...
0
votes
1answer
46 views

Best practice for resetting forgotten user passwords

As far as I can think, there are two reasonable ways to reset a user's forgotten password. Have the user enter their email address and a new plaintext password is sent to their email address. A link ...
0
votes
1answer
259 views

Forget password page, email/username form and new password form

Basically if the user comes to the page they get a form where they type in their username. That then checks against the db and then adds a generated key to their row in the db and emails the key link ...
0
votes
2answers
229 views

Django Template Error: Could not parse the remainder: ',' from 'uid,'?

I am using Django forgot_password framework with custom template. I am using Django 1.5. My custom template password_reset_email.html looks like this: {% autoescape off %} You're receiving this ...
1
vote
2answers
106 views

Adding password reset functionality to Rails app after Hartl tutorial

I'm new to RoR and have been working my way through the Hartl tutorial (which has been great). I've followed up through Chapter 9 successfully (tweaking things a bit since my ultimate goal is not to ...
0
votes
3answers
123 views

Recover my router login password

I have one cisco router. but i can't login in my router for change some setting. and i don't want to reset setting. how can i do? somebody help me! coz so important for me now. thank you
3
votes
1answer
85 views

Recovery Password Generation

During the testing of our app, it was observed that there was no functionality to get inside the application if user forgets his password. On discovering this we implemented a password generation ...
0
votes
1answer
99 views

Devise recover password link

I try to set devise recover password link in my layout view... I try so: = link_to "Забыли пароль?", new_password_path(resource_name), :class => "login-link" but i get undefined local variable ...
0
votes
3answers
101 views

Resetting passwords: What is an elegant solution?

The Question: How can I verify who is resetting a password without requiring security questions, D.O.B, or any other parameters? The Context On many websites, when a password reset is requested, a ...
0
votes
1answer
208 views

what is the best practice for forgot password process?

I am currently developing a c# web application that allows users to login with a password. A feature that I need to include is a forgot password function. What is the recommended process for forgot ...
0
votes
2answers
125 views

How to display sql query for forgot password

I'm new to php/mysql and I'm wondering how i would accomplish a "forgot my password" page that displays the question the user filled out during the registration. I've got a query but I can't seem to ...
1
vote
0answers
90 views

Best Practice for Login/Forgot Password Errors?

No code question, but rather an application design question. If a user attempts to log in to a web application and provides an unknown username (or email) it seems to be common practice to report back ...
1
vote
1answer
305 views

send email to user for password reset in android app

i have developed one login form (username,password and submit button) using a MySQL connection through soap webservices in my android application. here i have forget my password means i can't access ...
1
vote
1answer
718 views

In yii how to send password reset link

In yii i am creating forget password functionality.For this user enters email id.If this email id is correct then i want to retrieve securityQuestion id from database and display that question to ...
2
votes
1answer
75 views

Why should I store a hash of the persistent login cookie and the password reset token?

I've just read the following: And DO NOT STORE THE PERSISTENT LOGIN COOKIE (TOKEN) IN YOUR DATABASE, ONLY A HASH OF IT! The login token is Password Equivalent, so if an attacker got his hands on ...
0
votes
1answer
90 views

send a forgotten password mail in iphone app

I am making an login form. On that form I have a forgotten password button. What I want to do know is that an e-mail is send to the user using it's email adress. Anybody has an idea how to do this in ...
0
votes
0answers
62 views

How to reduce spam mail's rate relating to “forget password” feature?

In general, when a user forgot her password, she can click on "Forget password" button to receive a "reset password" link via email to create a new pass. However, if a spammer knows my customer's ...
0
votes
0answers
298 views

how to send confirmation email to the user when registered to the application android

I am trying to add this feature in my android app when the user registers I would send an email to their inbox by clicking the link the user would confirm their registration and the same thing for the ...
0
votes
2answers
112 views

Forgot Password in xmpp openfire

I am making an chat application using xmpp with openfire using smack. Now I want to ask one question here that Can I implement forgot password functionality in the same. I have searched the internet ...
0
votes
1answer
598 views

generate password reset token in node.js

How do I generate a password reset token in node.js that can be used in a url? I just need the method for generating the token: user.reset_password_token = ???; user.reset_password_expire = ...
3
votes
3answers
636 views

How to create a password reset link?

Which way would you suggest to create a secure password reset link in MVC and C#? I mean, I'll create a random token, right? How do I encode it before to sending to user? Is MD5 good enough? Do you ...
0
votes
0answers
368 views

Why does Membership.GeneratePassword give me Nonalphanumeric when I specifiy 0?

I used Membership.GeneratePassword(10, 0) in my C# application code. The GeneratePassword method Generates a random password of the specified length. The second argument specifies the the ...
2
votes
4answers
184 views

what is the best way to create new password?

I have built mvc 3 application where I trying to built the forgot password functionality.The process are following. At first user will be prompt to enter the username If username exist the security ...
0
votes
1answer
323 views

Best way to handle “forgot password” in a stand alone application

As mentioned in the question, I'm trying to make an application that has no interaction with a server. The problem is that the user can use a password at some parts of the application and then starts ...
1
vote
3answers
606 views

Best loop for cracking passwords

I am creating a program that I will use to help my customers recover passwords placed on office documents like word and excel. The program works just fine but it is MUCH slower than similar products ...
0
votes
3answers
192 views

which is best practice for creating link for resetting the password?

I have users on website and their password are encrypted (md5) and stored in the database. Now, I have their e-mails, and if someone forgot his password, I want to send him link to reset it's ...
0
votes
1answer
521 views

Password recovery not sending email.

I have a hyperlink which is build inside a LoginView and the text is set to "forgot password". Upon clicking the hyperlink, the password recovery control will pops up (with the implementation of AJAX ...
0
votes
0answers
763 views

Symfony2 - Reset Password Keeping User Authenicated

I am implementing a "forgot password" function and have gotten so far as having the user confirm themselves through a secret sent to their e-mail. I have also manually authenticated them using this ...
-4
votes
2answers
616 views

1) PasswordResets emails user when requesting password reset

I've been trying to add a password reset for users that forget their password. The users click on forgot password? on the sign up page. Then the user types their email and clicks reset password, which ...
1
vote
0answers
278 views

CakePHP reset Password with Ticket component

I use this component ticket component , with some changes I did for the 1.3.x version. I sent a ticket but when I click on the link to set the new password does not work. The problem I have is I cant ...
1
vote
1answer
713 views

Reset Informatica admin password

Am using informatica9.0. i lost the admin password. can you pls suggest some ways to reset it. i have the encrypted password with me which i took from repository tables.. is there a way to login ...
0
votes
1answer
53 views

A better reset password for group email

I've read through these 2 links about forgot password and what would be the better way to reset password based on several conditions and situations... Forgot Password: what is the best method of ...
0
votes
0answers
2k views

Magento change password reset email template

I'm building an e-commerce website using magento 1.6.1.0. I'm using one extension that will force users to login before entering into website. Everything is going fine the problem is only with ...
0
votes
2answers
362 views

Retrieve password for Fedora 14 [closed]

Hello I use a Fedora 14 VM on my Macbook pro. I haven't logged into it for a while and now I have forgot its password, I am trying to see if there is a way I could retrieve my password. I have looked ...
0
votes
0answers
417 views

Symfony2: Strange form behaviour

I have written the reset action for symfony2 User reset password. Here is the code: /** * @Route("/reset-password/{confirmationToken}", name="user_resetting_confirm") * ...
0
votes
1answer
110 views

lost password of stand alone system, domain controller crashed, cannot reset password [closed]

During a network failure, our domain controller crashed and is no longer available. One of the users lost his password, and cannot remember it. How can I go ahead to help him as I dont have domain ...
0
votes
1answer
294 views

forgot password system in cakephp

I want to make a login system, with the 'forgot password?' , this is the only example that i found..forgotten-password but i have a problem with my auth permission... i put the link 'forgot ...
1
vote
2answers
160 views

sfDoctrineGuard default_from_email

I have a Symfony 1.4 system that is used to dynamically load different site content from a single Symfony Project based on the domain name. This system has a backend and in the backend I have the ...
1
vote
4answers
133 views

Best password reset behavior for missing account

I'm wondering what the best behavior is when a user requests a password reset for an email that doesn't exist. Context: user is not logged in. They just enter an email and hit a reset button. If I ...
2
votes
5answers
1k views

How to recover password from MD5?

I'm using md5 to encrypt the user's password in my database, and I want them to get their password back when they forget by sending them email. The problem is I don't know how to write PHP code to ...
1
vote
3answers
544 views

Is this a good way to implement “forgot your password?” feature?

I'm currently designing a small website and I'd like to implement the "forgot your password?" feature. Here is my idea: forgot your password web page will have this: Email: (input box) (button: ...
2
votes
6answers
1k views

Is there a safe way to send a user their password in clear text via email?

If I understand correctly, the biggest problem with sending a password via email is that it requires the password to be stored in clear text in the database. If the DB is compromised, the attackers ...
0
votes
1answer
233 views

Drupal 6 how to prevent automatic password recovery and reset for a specific user

I have an client website with a special user name 'guest' that allows unauthorized users to login and register for events. But lately the password has been getting changed and it appears that it is ...

1 2 3