summaryrefslogtreecommitdiffstats
path: root/app/acf-util/logon-status-html.lsp
diff options
context:
space:
mode:
authorMike Mason <ms13sp@gmail.com>2008-01-26 16:39:08 +0000
committerMike Mason <ms13sp@gmail.com>2008-01-26 16:39:08 +0000
commit3f7830de7012e45d4508f41eda4e675159d2cc44 (patch)
tree2a04ef8da642753035953577c1864c6f4ca64174 /app/acf-util/logon-status-html.lsp
parent8a2b52812304fb5a936a6a894df6ab1f40a0bda6 (diff)
downloadacf-core-3f7830de7012e45d4508f41eda4e675159d2cc44.tar.bz2
acf-core-3f7830de7012e45d4508f41eda4e675159d2cc44.tar.xz
Changes effect only the log in|out functions. Will work now. Next working on updating to prevent misuse of the login function.
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@656 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'app/acf-util/logon-status-html.lsp')
-rw-r--r--app/acf-util/logon-status-html.lsp3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/acf-util/logon-status-html.lsp b/app/acf-util/logon-status-html.lsp
index 78d400e..3524716 100644
--- a/app/acf-util/logon-status-html.lsp
+++ b/app/acf-util/logon-status-html.lsp
@@ -2,5 +2,4 @@
<h1>User Status </h1>
<p> Below is your current Session id <p>
<?= view.stats.sessid.value ?>
-<p>User account and role information may appear below.</p>
-<pre><?= view.stats.checkme.value ?></pre>
+<p>You are currently known to the system as <?= view.stats.checkme.value ?>.</p>