Ignore:
Timestamp:
Feb 24, 2022 10:05:48 PM (2 years ago)
Author:
anonymous
Message:

Include boomerang in hidden input on login form so the user will be redirected if the revisit the login form after session is garbage collected. Add escape values used in html attributes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/services/templates/login_form.ihtml

    r462 r763  
    33?>
    44<form method="post" action="<?php echo oTxt($_SERVER['PHP_SELF']); ?>" class="sc-form"<?php echo $autocomplete; ?>>
    5 <?php $app->printHiddenSession() ?>
     5<?php $app->printHiddenSession(['boomerang']) ?>
    66<table>
    77    <tr class="sc-form-row">
Note: See TracChangeset for help on using the changeset viewer.