[Affelio-cvs 1001] CVS update: affelio/lib/Affelio/App/Admin

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 12月 21日 (水) 19:02:18 JST


Index: affelio/lib/Affelio/App/Admin/ConfigAffelio.pm
diff -u affelio/lib/Affelio/App/Admin/ConfigAffelio.pm:1.3 affelio/lib/Affelio/App/Admin/ConfigAffelio.pm:1.4
--- affelio/lib/Affelio/App/Admin/ConfigAffelio.pm:1.3	Mon Dec 19 22:40:50 2005
+++ affelio/lib/Affelio/App/Admin/ConfigAffelio.pm	Wed Dec 21 19:02:18 2005
@@ -14,7 +14,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #
-# $Id: ConfigAffelio.pm,v 1.3 2005/12/19 13:40:50 slash5234 Exp $
+# $Id: ConfigAffelio.pm,v 1.4 2005/12/21 10:02:18 slash5234 Exp $
 
 package Affelio::App::Admin::ConfigAffelio;
 {
@@ -139,6 +139,12 @@
 	$af->{userpref__preferred_hosting_service} =
 	    $wi->PTN_URL($cgi->param("pref__hosting_service"));
 
+	##############################################
+	#Password for Affelio Remote Operation
+	##############################################
+	$af->{userpref__password_remoteop}= 
+	    $wi->PTN_password($cgi->param("wsse_pass"));
+
 	$af->write_user_prefs();
 	debug_print("Config::conf: end.");
 
@@ -207,7 +213,15 @@
 	$output_ref->{"pref__hosting_service"} = 
 	    $af->{userpref__preferred_hosting_service};
 
+	##############################################
+	#Password for Affelio Remote Operation
+	##############################################
+	$output_ref->{"wsse_pass"}=
+	    $af->{userpref__password_remoteop};
+
 	debug_print("Config::show end.");
+
+
     }
 
 


Affelio-cvs メーリングリストの案内
Back to archive index