[extend-a-story-tracker] [ extend-a-story-Bugs-3419172 ] Cannot Log In Using Admin Interface
Interactive and Extendable Story
Brought to you by:
jjweston
From: SourceForge.net <no...@so...> - 2011-10-05 22:28:59
|
Bugs item #3419172, was opened at 2011-10-05 15:28 Message generated for change (Tracker Item Submitted) made by jjweston You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504948&aid=3419172&group_id=63727 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 9 Private: No Submitted By: Jeffrey J. Weston (jjweston) Assigned to: Jeffrey J. Weston (jjweston) Summary: Cannot Log In Using Admin Interface Initial Comment: Recent versions of MySQL have changed how the 'password' function works. While the function originally returned a 16 character hash of the password, it now returns a 41 character hash of the password. The 'User' table only allows for 16 characters for the password, and thus the password hash is getting truncated. As a result, no one is able to log in using any password when using the current version of Extend-A-Story with the current version of MySQL. This thread provides more details and a workaround: http://www.sir-toby.com/phpbb/viewtopic.php?t=1091 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504948&aid=3419172&group_id=63727 |