password-recovery Questions

2

Recently, i change the password for admin, and unfortunately i don't remember the password of my glassfish server 4. How, can i reset the password. I've followed the instruction provided in the fo...
Roaster asked 10/12, 2016 at 18:12

10

Solved

What is the proper way to structure a RESTful resource for resetting a password? This resource is meant to be a password resetter for someone who has lost or forgotten their password. It invalidat...
Necrosis asked 19/6, 2010 at 21:6

6

Solved

I've been searching the internet and have yet to find a solution to the following problem... We currently have a website developed using Laravel which the user table is a remote Microsoft SQL data...
Lazaretto asked 14/2, 2017 at 14:46

2

I had installed Jenkins in my Ubuntu 12.04. And i forgot my Jenkins password kumar@Ubuntu:~$ sudo su -l jenkins jenkins@Ubuntu:~$ rvm reload RVM reloaded! jenkins@rome:~$ rvm install 2.0.0 Sea...
Fogarty asked 4/7, 2013 at 9:47

5

Solved

I know that technically, this question should be asked on phpStorm's forums, but being a popular IDE (I bet an eventual solution would also work for other popular IDEs from JetBrains), I'm thinking...

5

Solved

I need to be able to customise the rails devise mailer view for reset password instructions. for this I need to do two things. Specify a custom URL for the link, so that its a host/domain based ...
Notarize asked 18/7, 2012 at 13:6

6

Novice to django here, currently trying to implement a password recovery using the admin password_reset function but I'm getting an error. From what I've read about other people with similar proble...

3

Solved

I'm trying to make a validation process for a password reset, what i've used are two values: the epoch time, and i want to use the users's old password (pbkdf2) as a key, Since i dont want to get ...
Spancel asked 5/2, 2013 at 17:52

14

Solved

Cannot login to MySQL database after fresh install with root ID and empty/no password like other older MySQL versions do.
Pegg asked 30/11, 2015 at 3:57

2

My use case is to generate token for reset password api. Which I am doing with itsdangerous library in python. https://pythonhosted.org/itsdangerous/. This token(within reset password link) is fo...
Pinnacle asked 16/5, 2019 at 13:31

2

Solved

I currently have a system where if a user has forgotten their password, they can reset it by clicking on a forgot password link. They will be taken to a page where they enter in their username/emai...
Methadone asked 12/3, 2015 at 14:0

1

Solved

I'm using Django Rest Password Reset for the reset password workflow as it's, at my sight, the best supported for this particular case. In urls.py # Password reset path('reset-password/verify-tok...

9

Solved

I have been following these instructions for resetting root password for local installation of MySQL 5.6 on Windows 7 laptop. I stopped the service, created init-file, and ran the following comman...
Solingen asked 8/2, 2014 at 21:13

6

Solved

I am currently implementing a forgot password function in a Java project. my methodology is, User clicks the forgot password link. In the forgot password page, system prompts the user to enter th...
Morissa asked 5/12, 2014 at 10:5

3

Solved

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 l...
Gingili asked 15/4, 2013 at 14:45

1

Solved

I'm creating an App with the Firebase as a backend. Everything seems nice and smooth, but there are some questions concerning the Authentication. FirebaseUser.sendEmailVerification() method sends...

2

Solved

I'm trying to extend the lifespan of both confirmation emails and password reset emails but I can't manage to do so. Currently I'm using Asp.net core 1.0.1 if that's helpful. Some tips or even bet...

5

Solved

is there a way to recover a password from local cache? The password has to be stored somewhere because I can run svn co http://my.svn.server/foo but I've lost the password it self. Do I have to ...
Hubby asked 6/5, 2011 at 11:48

0

I have written a service that runs just fine under a gMSA account on authorized machines. I would like to have it log into a third-party hardware device that uses RADIUS (against our own Active Dir...
Photodynamics asked 16/2, 2017 at 23:44

4

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...

2

Solved

I am trying to create a password recovery flow using Django Rest Framework and Django-Allauth. Django-Allauth already does everything i need, my question is can i programatically call a django-all...

12

Solved

I have a small community website and I need to implement some sort of forgotten password function. I currently store the passwords in the DB, encrypted with MD5. Is it possible to sort of 'decrypt...
Klaipeda asked 5/7, 2011 at 16:8

1

Solved

I have Maven set up for password encryption with a master password, and some time ago I encrypted a password with that and stored it in my settings.xml. The password is successfully in use by Maven...
Showy asked 9/10, 2012 at 20:4

15

Solved

after installing magento in my local machine I forgot admin password what I have given. I am not able to login to my admin area how can I reset the password I have read this article http://www.at...
Ballew asked 7/6, 2013 at 11:39

12

Solved

I want to to implement password recovery in my web application. I'd like to avoid using secret questions. I could just send the password by e-mail but I think it would be risky. Maybe I could ge...
Dara asked 29/4, 2010 at 2:10

© 2022 - 2025 — McMap. All rights reserved.