Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Full name on log-out page

    Scheduled Pinned Locked Moved Captive Portal
    1 Posts 1 Posters 934 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      mendilli
      last edited by

      Hi all

      I can manage to show username on logout page  with the code piece shown in red

      LogoutWin.document.write('');
      LogoutWin.document.write('') ;
      LogoutWin.document.write('SAYIN =

      ');
      LogoutWin.document.write('KALAN SURENIZ

      ');
      LogoutWin.document.write('

      ');
      LogoutWin.document.write('OTURUMUNUZU DAHA ERKEN SONLANDIRMAK ICIN CIKIS BUTONUNU KULLANINIZ

      ');
      LogoutWin.document.write('

      <form method="POST" action="<?=$logouturl;?>">');
      LogoutWin.document.write('');
      LogoutWin.document.write('');
      LogoutWin.document.write('');
      LogoutWin.document.write('</form>

      ');
      LogoutWin.document.write('');
      LogoutWin.document.write('');
      LogoutWin.document.close();

      what I want to do is showing the full name part from user manager page

      can anybody help please

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.