Revision 43
Added by stefan about 20 years ago
| login_form.php | ||
|---|---|---|
| 71 | 71 |
<form name="login" action="<?php echo WB_URL.'/account/login'.PAGE_EXTENSION; ?>" method="post"> |
| 72 | 72 |
<input type="hidden" name="username_fieldname" value="<?php echo $username_fieldname; ?>" /> |
| 73 | 73 |
<input type="hidden" name="password_fieldname" value="<?php echo $password_fieldname; ?>" /> |
| 74 |
<input type="hidden" name="redirect" value="<?php echo $thisApp->redirect_url;?>" /> |
|
| 74 | 75 |
|
| 75 | 76 |
<table cellpadding="5" cellspacing="0" border="0" width="90%"> |
| 76 | 77 |
<tr> |
Also available in: Unified diff
Added automatic frontend redirection on login.