[wellwell-devel] [SCM] Interchange wellwell catalog branch, master, updated. fe9a134c697f3cfd66275f52d0cc46839c4a4271

Ton Verhagen ton at rt.icdevgroup.org
Wed Apr 29 13:03:34 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Interchange wellwell catalog".

The branch, master has been updated
       via  fe9a134c697f3cfd66275f52d0cc46839c4a4271 (commit)
      from  dd7c63a3d2d7477f8bf9752de4f24f92b6cdbc22 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fe9a134c697f3cfd66275f52d0cc46839c4a4271
Author: Trendy Jewels production <trendy at amc002.alamerce.com>
Date:   Wed Apr 29 15:02:09 2009 +0200

        Fixed bug where login on username was not possible due to recent changes

-----------------------------------------------------------------------

Summary of changes and diff:
 code/login.action |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/code/login.action b/code/login.action
index 0273d38..11abd0a 100644
--- a/code/login.action
+++ b/code/login.action
@@ -22,7 +22,8 @@ sub {
 						 indirect_login => 'email'});
 		} else {
 			# login with username
-			$ret = $Tag->userdb({function => 'login'});
+			$ret = $Tag->userdb({function => 'login',
+						 indirect_login => 'username'});
 		}
 
 		if ($ret) {


hooks/post-receive
-- 
Interchange wellwell catalog



More information about the wellwell-devel mailing list