Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create new password #8

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 12 comments
Open

Create new password #8

GoogleCodeExporter opened this issue Mar 13, 2015 · 12 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Added labels: Usability

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

i will look into this

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

@GoogleCodeExporter
Copy link
Author

same issue here... thanks for looking at it

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

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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
Copy link
Author

Thanks im currently working on this

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

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant