mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 03:19:13 -04:00
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.
10 lines
323 B
PHP
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>
|