mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
issue 390 fixed member password in extra_vars
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9531 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7ee41a75bd
commit
2a504ff53d
1 changed files with 32 additions and 30 deletions
|
|
@ -508,6 +508,7 @@
|
|||
unset($all_args->body);
|
||||
unset($all_args->accept_agreement);
|
||||
unset($all_args->signature);
|
||||
unset($all_args->password);
|
||||
unset($all_args->password2);
|
||||
unset($all_args->mid);
|
||||
unset($all_args->error_return_url);
|
||||
|
|
@ -603,6 +604,7 @@
|
|||
unset($all_args->mid);
|
||||
unset($all_args->error_return_url);
|
||||
unset($all_args->ruleset);
|
||||
unset($all_args->password);
|
||||
|
||||
// Add extra vars after excluding necessary information from all the requested arguments
|
||||
$extra_vars = delObjectVars($all_args, $args);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue