[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...> - 2012-08-10 01:53:34
|
Bugs item #3419172, was opened at 2011-10-05 15:28 Message generated for change (Comment added) 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: Closed >Resolution: Fixed 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 ---------------------------------------------------------------------- >Comment By: Jeffrey J. Weston (jjweston) Date: 2012-08-09 18:53 Message: The fix for this bug has been included in Extend-A-Story version 2.2.0. ---------------------------------------------------------------------- Comment By: Jeffrey J. Weston (jjweston) Date: 2011-10-07 10:59 Message: I have committed the fix for this bug into Git. The fix will be included in the next release of Extend-A-Story. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504948&aid=3419172&group_id=63727 |