Plugin Directory

Changeset 1179180


Ignore:
Timestamp:
06/11/2015 06:38:14 PM (11 years ago)
Author:
luisfpg
Message:

The current admin name was not shown on Cyclos 4.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cyclos/trunk/cyclos-admin.php

    r1111214 r1179180  
    8686    }
    8787     
    88      if (empty($errorMessage)) { ?>
     88     if (empty($errorMessage)) {
     89        $display = $user->display ? $user->display : $user->name; ?>
    8990        <p>Congratulations! Cyclos is corretly configured for: <a href="<?= $rootUrl ?>"><?= $rootUrl ?></a>.<br>
    90         The administrator used for access is <?= $user->name ?> (<?= $user->username ?>).</p>
    91         <p>You can show the login form in any page, by inserting the code: &#91;cycloslogin&#93;</p>
     91        The administrator used for access is <b><?= $display ?></b>.</p>
     92        <p>You can show the login form in any page, by inserting the code: <b><code>&#91;cycloslogin&#93;</code></b></p>
    9293
    9394        <?php
Note: See TracChangeset for help on using the changeset viewer.