Project

General

Profile

« Previous | Next » 

Revision 1473

Added by Dietmar almost 13 years ago

found more backlinks to fix
remove not working ftan in frontend
fixed redirect in login procedure (Tks to mr-fan)
update droplet LoginBox, additional parameter $redirect
remove double config call in media (Tks to Testör)

View differences:

preferences_form.php
19 19
// Must include code to stop this file being access directly
20 20
if(defined('WB_PATH') == false) { die("Cannot access this file directly"); }
21 21

  
22
$ftan = $wb->getFTAN();
23 22
?>
24 23

  
25 24
<h2>&nbsp;<?php print $HEADING['MY_SETTINGS']; ?></h2>
26 25

  
27 26
<form name="user" action="<?php print WB_URL.'/account/preferences.php'; ?>" method="post" style="margin-bottom: 5px;">
28 27
<input type="hidden" name="user_id" value="{USER_ID}" />
29
<?php echo $ftan; ?>
30 28
<table cellpadding="5" cellspacing="0" border="0" width="97%">
31 29
<tr>
32 30
	<td width="140"><?php print $TEXT['DISPLAY_NAME']; ?>:</td>
......
150 148

  
151 149
<form name="email" action="<?php print WB_URL.'/account/preferences.php'; ?>" method="post" style="margin-bottom: 5px;">
152 150
<input type="hidden" name="user_id" value="{USER_ID}" />
153
<?php echo $ftan; ?>
154 151
<table cellpadding="5" cellspacing="0" border="0" width="97%">
155 152
<tr>
156 153
	<td width="140"><?php print $TEXT['CURRENT_PASSWORD']; ?>:</td>
......
180 177

  
181 178
<form name="user" action="<?php print WB_URL.'/account/preferences.php'; ?>" method="post">
182 179
<input type="hidden" name="user_id" value="{USER_ID}" />
183
<?php echo $ftan; ?>
184 180
<table cellpadding="5" cellspacing="0" border="0" width="97%">
185 181
<tr>
186 182
	<td width="140"><?php print $TEXT['CURRENT_PASSWORD']; ?>:</td>

Also available in: Unified diff