Files
gallery3/modules/gallery/views/reauthenticate.html.php
Andy Staudacher f93528ffab Last partial fix for ticket 585: Compartmentalize the admin area and require active authentication every 20 minutes to access the admin area.
Also renaming auth::validate_too_many_failed_password_changes to validate_too_many_failed_auth_attempts since it's used in this generalized way in 3 places now.
2010-02-07 15:37:32 -08:00

10 lines
323 B
PHP

<?php defined("SYSPATH") or die("No direct script access.") ?>
<div>
<p>
<?= t("The administration session has expired, please re-authenticate to access the administration area.") ?>
</p>
<p>
<?= t("You are currently logged in as %user_name.", array("user_name" => $user_name)) ?>
</p>
<?= $form ?>
</div>