Skip to content

Commit

Permalink
added support to new register page (for 3.5.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kousuke Ebihara committed Apr 20, 2010
1 parent 6bbabd5 commit 27062bd
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
@@ -0,0 +1,16 @@
<?php

/**
* This file is part of the OpenPNE package.
* (c) OpenPNE Project (http://www.openpne.jp/)
*
* For the full copyright and license information, please view the LICENSE
* file and the NOTICE file that were distributed with this source code.
*/

class opAuthMailAddressComponents extends sfComponents
{
public function executeRegisterBox($request)
{
}
}
@@ -1,3 +1,2 @@
registerEnd:
is_secure: on
credentials: SNSRegisterFinish
is_secure: false
@@ -0,0 +1,7 @@
<?php op_include_parts('ButtonBox', 'opAuthMailAddressPluginRegisterBox', array(
'title' => 'メールアドレスで登録する',
'body' => '以下のボタンをクリックすると、招待されたメールアドレスで登録をおこないます。',
'button' => 'プロフィール入力ページへ',
'url' => url_for($sf_user->getRegisterInputAction()),
'method' => 'get',
)) ?>
1 change: 1 addition & 0 deletions lib/form/opAuthRegisterFormMailAddress.class.php
Expand Up @@ -49,6 +49,7 @@ public function doSave()
}

$memberConfig->save();

return $memberConfig;
}
}

0 comments on commit 27062bd

Please sign in to comment.