[xoops-cvslog 2073] CVS update: xoops2jp/html/modules/user/kernel

Back to archive index

Minahito minah****@users*****
2006年 2月 2日 (木) 18:22:59 JST


Index: xoops2jp/html/modules/user/kernel/UserEventProxyRegister.class.php
diff -u xoops2jp/html/modules/user/kernel/UserEventProxyRegister.class.php:1.1.2.5 xoops2jp/html/modules/user/kernel/UserEventProxyRegister.class.php:1.1.2.6
--- xoops2jp/html/modules/user/kernel/UserEventProxyRegister.class.php:1.1.2.5	Thu Nov 17 12:45:14 2005
+++ xoops2jp/html/modules/user/kernel/UserEventProxyRegister.class.php	Thu Feb  2 18:22:59 2006
@@ -6,7 +6,8 @@
 {
 	var $_mList=array("Legacypage.Userinfo.Access","Legacypage.Edituser.Access",
 	                   "Legacypage.User.Access", "Site.CheckLogin", "Site.Logout",
-	                   "Legacypage.Register.Access","Site.CheckLogin.Success");
+	                   "Legacypage.Register.Access","Site.CheckLogin.Success",
+					   "Legacypage.Lostpass.Access");
 	
 	function getEventNameList()
 	{
@@ -61,6 +62,13 @@
 		$delegate=new XCube_Delegate("UserEventFunction","CheckLoginSuccess");
 		return $delegate;
 	}
+
+	function &createLegacypage_Lostpass_AccessDelegate()
+	{
+		require_once XOOPS_MODULE_PATH."/user/kernel/UserEventFunction.class.php";
+		$delegate=new XCube_Delegate("UserEventFunction","AccessToLostpass");
+		return $delegate;
+	}
 }
 
 class UserCommonEventFunction


xoops-cvslog メーリングリストの案内
Back to archive index