planktonicme / phproxyimproved

Automatically exported from code.google.com/p/phproxyimproved
0 stars 0 forks source link

Create new password #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to User tab on Admin page, set new username & password, click submit, 
page reports that settings are saved.
2. Logout
3. Log in - the username created in step 1 is valid, but the password has not 
been changed. that is, to login you enter the NEW username and the old password 
('password')

Am I doing something wrong?

What version of the product are you using? On what operating system?

On what url? or host? karass.co

Please provide any additional information below.

Original issue reported on code.google.com by jay.woes...@gmail.com on 6 Aug 2012 at 7:58

GoogleCodeExporter commented 8 years ago
I don't see what would change this, would you send me your settings.php

Original comment by Jeffsche...@gmail.com on 17 Aug 2012 at 6:34

GoogleCodeExporter commented 8 years ago
I have the same problem too. Username changes, but not the default password 
SHA1 string. svn export revision 20, Shared hosting, php 5.3, Linux.

I cannot send the username or password, sorry. Unfortunatelly I cannot compare 
the revisions since revision 20 only add's and delete files, not modifying them.

Original comment by zw3r...@gmail.com on 13 Sep 2012 at 8:49

GoogleCodeExporter commented 8 years ago
i will look into this

Original comment by Jeffsche...@gmail.com on 13 Sep 2012 at 9:44

GoogleCodeExporter commented 8 years ago
same issue here... thanks for looking at it

Original comment by marcel.j...@gmail.com on 13 Sep 2012 at 6:29

GoogleCodeExporter commented 8 years ago
Can you confirm that you are repeating the password correctly.
I have spend over a hour and cant duplicate this problem.

the only real code dealing with passwords is 

if($password2 != $password1 || $password1 = ''){
header("Location: admin.php?page=".$sessionpage."&error=password");
$password1 = $password;
$username1 = $username;
exit(0);
}

And its checking both passwords match.

Original comment by Jeffsche...@gmail.com on 14 Sep 2012 at 5:36

GoogleCodeExporter commented 8 years ago
Unless some one can give me ftp/vnc to a server with this problem i can not fix 
it as i can not duplicate the problem.

Original comment by Jeffsche...@gmail.com on 16 Sep 2012 at 10:27

GoogleCodeExporter commented 8 years ago
just sent you an email with account details - hope that helps :)

Original comment by marcel.j...@gmail.com on 21 Sep 2012 at 5:17

GoogleCodeExporter commented 8 years ago
Thanks im currently working on this

Original comment by Jeffsche...@gmail.com on 22 Sep 2012 at 3:23

GoogleCodeExporter commented 8 years ago
don't want to cause any stress, but is a solution forseeable? I'd like to close 
the server account soon as only the first month is free.

Thank you anyway!

Original comment by marcel.j...@gmail.com on 29 Oct 2012 at 9:40

GoogleCodeExporter commented 8 years ago
This is pending for Ver 4, if you give me FTP to your sever i can set a 
password manually for you however.

Original comment by Jeffsche...@gmail.com on 29 Oct 2012 at 10:27

GoogleCodeExporter commented 8 years ago
how i edit for resume download???
why not support resume download?

Original comment by oxcigen...@gmail.com on 20 Dec 2012 at 6:06

GoogleCodeExporter commented 8 years ago
I have the same problem.  However, there's a quick fix.

Edit the settins.php file.  In line 111 replace "username" with "yourusername".

Then goto http://darrenfauth.com/generators/sha1 where you can hash your 
password.

Then, on line 114 replace the default hasded value with your new hashed value.

FTP the file to your server.

Original comment by howel...@rocketmail.com on 31 Jan 2013 at 3:41