FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Announcements » FUDforum 3.0.1RC1 released
Show: Today's Messages :: Unread Messages :: Polls :: Message Navigator
| Subscribe to topic | Bookmark topic 
Switch to threaded view of this topic Create a new topic Submit Reply
FUDforum 3.0.1RC1 released [message #162122] Mon, 22 March 2010 11:56 Go to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
add to buddy list
ignore all messages by this user
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
Re: FUDforum 3.0.1RC1 released [message #162175 is a reply to message #162122] Mon, 29 March 2010 19:25 Go to previous messageGo to next message
djzort is currently offline  djzort   Australia
Messages: 30
Registered: May 2005
Karma: 0
Member
add to buddy list
ignore all messages by this user
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
Message by The Witcher is ignored  [reveal message]  [reveal all messages by The Witcher]  [stop ignoring this user] Go to previous messageGo to next message
Re: FUDforum 3.0.1RC1 released [message #162183 is a reply to message #162182] Tue, 30 March 2010 16:46 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
add to buddy list
ignore all messages by this user
An updated upgrade script is now available at http://sourceforge.net/projects/fudforum/files/

I trust it will solve the problem, but please backup before you run it just in case.
Message by The Witcher is ignored  [reveal message]  [reveal all messages by The Witcher]  [stop ignoring this user] Go to previous messageGo to next message
Re: FUDforum 3.0.1RC1 released [message #162202 is a reply to message #162122] Sat, 03 April 2010 02:07 Go to previous messageGo to next message
djzort is currently offline  djzort   
Messages: 30
Registered: May 2005
Karma: 0
Member
add to buddy list
ignore all messages by this user
does reset password work? can i run the upgrade on 3.0.1RC1?
Re: FUDforum 3.0.1RC1 released [message #162203 is a reply to message #162202] Sat, 03 April 2010 03:03 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
add to buddy list
ignore all messages by this user
As far as I know, yes. I'm running 3.0.1RC1 live on my personal site without any problems.
Re: FUDforum 3.0.1RC1 released [message #162204 is a reply to message #162122] Sun, 04 April 2010 06:44 Go to previous messageGo to next message
djzort is currently offline  djzort   
Messages: 30
Registered: May 2005
Karma: 0
Member
add to buddy list
ignore all messages by this user
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.



Message by The Witcher is ignored  [reveal message]  [reveal all messages by The Witcher]  [stop ignoring this user] Go to previous messageGo to next message
Re: FUDforum 3.0.1RC1 released [message #162208 is a reply to message #162122] Tue, 06 April 2010 08:54 Go to previous messageGo to next message
djzort is currently offline  djzort   
Messages: 30
Registered: May 2005
Karma: 0
Member
add to buddy list
ignore all messages by this user
please fix it? Smile
Re: FUDforum 3.0.1RC1 released [message #162211 is a reply to message #162208] Tue, 06 April 2010 16:02 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
add to buddy list
ignore all messages by this user
Here is the fix: http://sourceforge.net/apps/trac/fudforum/changeset/4938

Thanks for testing and reporting problems like this. It would be ugly if bugs like this make it into a final release.
Message by The Witcher is ignored  [reveal message]  [reveal all messages by The Witcher]  [stop ignoring this user] Go to previous messageGo to next message
Re: FUDforum 3.0.1RC1 released [message #162216 is a reply to message #162212] Wed, 07 April 2010 01:36 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
add to buddy list
ignore all messages by this user
After applying the patch you need to rebuild the theme.
Re: FUDforum 3.0.1RC1 released [message #162217 is a reply to message #162122] Wed, 07 April 2010 07:00 Go to previous messageGo to next message
djzort is currently offline  djzort   
Messages: 30
Registered: May 2005
Karma: 0
Member
add to buddy list
ignore all messages by this user
Im suprised the code to deal with passwords isnt centralized in a common subroutine.
Re: FUDforum 3.0.1RC1 released [message #162218 is a reply to message #162217] Wed, 07 April 2010 09:22 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
add to buddy list
ignore all messages by this user
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.

Message by The Witcher is ignored  [reveal message]  [reveal all messages by The Witcher]  [stop ignoring this user] Go to previous message
Quick Reply
Formatting Tools:   
  Switch to threaded view of this topic Create a new topic
Previous Topic: Google's Summer of Code 2010
Next Topic: FUDforum 3.0.1 released
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Oct 10 19:36:53 EDT 2024

Total time taken to generate the page: 0.05214 seconds