]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fix regression in password settings: users have been unable to change their passwords...
authorBrion Vibber <brion@pobox.com>
Tue, 1 Dec 2009 23:44:07 +0000 (15:44 -0800)
committerBrion Vibber <brion@pobox.com>
Tue, 1 Dec 2009 23:46:49 +0000 (15:46 -0800)
commit0c0f92845992b251c86c55979896d1ea1b9c7276
treebba01ad117d74637afcd01c918ee5446a5be7a31
parentedb2578e939ee59fa664c922c5f5d916219bcf8c
Fix regression in password settings: users have been unable to change their passwords since introduction of ChangePassword event (later StartChangePassword)  November 5 in commit d6ddb84132d7b9510ba82064c67f2a39822dab49

Logic was inversed; new password was only being saved if a plugin claimed the event; so when no auth plugin was present to take it, passwords never got saved.
actions/passwordsettings.php