mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 14:19:58 +09:00
issue 506 save mailing field value
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9650 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f0c9e055ec
commit
ce6496e247
1 changed files with 4 additions and 0 deletions
|
|
@ -495,6 +495,8 @@
|
|||
$args->member_srl = getNextSequence();
|
||||
$args->list_order = -1 * $args->member_srl;
|
||||
$args->find_account_answer = Context::get('find_account_answer');
|
||||
$args->allow_mailing = Context::get('allow_mailing');
|
||||
$args->allow_message = Context::get('allow_message');
|
||||
|
||||
if($args->password1) $args->password = $args->password1;
|
||||
|
||||
|
|
@ -513,6 +515,8 @@
|
|||
unset($all_args->mid);
|
||||
unset($all_args->error_return_url);
|
||||
unset($all_args->ruleset);
|
||||
unset($all_args->captchaType);
|
||||
unset($all_args->secret_text);
|
||||
|
||||
// Set the user state as "denied" when using mail authentication
|
||||
if ($config->enable_confirm == 'Y') $args->denied = 'Y';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue