Post by The Witcher is ignored |
Re: FUDforum 3.0.1RC1 released |
Wed, 07 April 2010 09:22 |
|
Kwoteer:Im suprised the code to deal with passwords isnt centralized in a common subroutine.
So was I when I've started to change it. If you can help to get it fixed up, please let me know.
|
|
|
|
Post by The Witcher is ignored |
|
|
Post by The Witcher is ignored |
Re: FUDforum 3.0.1RC1 released |
Sun, 04 April 2010 06:44 |
|
when a person changes their password, it works, when a person forgets their password and requests their password be reset it seems to send them the encrypted version if their password rather than the unencrypted version.
|
|
|
|
Post by The Witcher is ignored |
|
Post by The Witcher is ignored |
Re: FUDforum 3.0.1RC1 released |
Mon, 29 March 2010 19:25 |
|
upgrade adds the 'salt' field to the user table,
but sets the salt value to 'NULL' rather than NULL
(string rather than... well the absences of anything)
this results in no one being able to log in
setting to '' or to NULL fixes it
also, the reseting passwords doesnt work. new users passwords work fine. but if an existing user (who is broken from the above) resets their password, they cannot log in. their password field is updated and salt is set to some hex values.
sorry if this isnt the right place to post this
there is no errors in the apache logs
i suspect the upgrade.php script is faulty, and that the reset password section isnt using the updated password algorithm in the same way that the login is
|
|
FUDforum 3.0.1RC1 released |
Mon, 22 March 2010 11:56 |
|
Hi,
The first release candidate for FUDforum 3.0.1 is now available for download and testing. Should everything run smoothly during testing, this is what will be released to our users as the official version after a beta period of +- 2 weeks. A list of new features and fixes is available on the wiki at FUDforum 3.0.1. The download URL is https://sourceforge.net/projects/fudforum/files
Enjoy!
Frank
|
|