ajrockefeller / openfpc

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

Edit user from gui does not SHA1 the password #38

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. log in with admin
2. go to USERS > list/edit users
3. click on the user
4. input password in password field
5. input pass in re-type pass field
6. click on Update user.

go to Users table and notice the password is not hashed.

What is the expected output? What do you see instead?
SHA1 password, getting plain text password.

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

Please provide any additional information below.

Original issue reported on code.google.com by jp.zurbr...@gmail.com on 19 Mar 2013 at 4:25

GoogleCodeExporter commented 8 years ago

Original comment by leon.j.w...@gmail.com on 2 Mar 2014 at 1:31

GoogleCodeExporter commented 8 years ago
The problem here is related with issue 35. There's a problem with the password 
salting in SVN release. 

I just commented there a sollution that worked in my case: 
https://code.google.com/p/openfpc/issues/detail?id=35#c1

Original comment by jovi...@gmail.com on 22 Jul 2014 at 10:36