]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
use configurable password field instead of the hardcoded one
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Fri, 5 Feb 2010 18:43:56 +0000 (18:43 +0000)
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Fri, 5 Feb 2010 18:43:56 +0000 (18:43 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@630 b3834d28-1941-0410-a4f8-b48e95affb8f

src/SemanticScuttle/Service/AuthUser.php

index 0fc0902d7695aacb1cd05d2c0ecb72ca0ece99da..479b68a26d67831f06ac5d7c57de4b1108c839e5 100644 (file)
@@ -169,7 +169,7 @@ class SemanticScuttle_Service_AuthUser extends SemanticScuttle_Service_User
         //we need to update the local database.
         $user = $this->getUserByUsername($username);
         $this->_updateuser(
-            $user['uId'], 'password',
+            $user['uId'], $this->getFieldName('password'),
             $this->sanitisePassword($password)
         );