home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / FAQ / cgi-bin / discus4_00 / source / emerg.tmpl < prev    next >
Text File  |  2009-11-06  |  3KB  |  48 lines

  1. # FILE: emerg.tmpl
  2. # DESCRIPTION: Emergency start password generation
  3. # Copyright (c) 2002, DiscusWare, LLC, all rights reserved
  4. # -------------------------------------------------------------------------------------------
  5.  
  6. <!--BEGIN-->
  7.  
  8. <html>
  9. <head>
  10. <title>Emergency start password generation</title>
  11. </head>
  12. <body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#000ff">
  13. $fs<font size=3><center><b>Emergency start password generation</b></center></font>
  14. <hr>
  15.  
  16. <p>
  17. The following procedure will allow the board administrator to regain access to the administration program in the case of a lost administration password, failing database link, and so on.  FTP access to the server is required to complete this procedure.
  18. </p>
  19.  
  20. <h3>Your emergency password is:  $general->{plainpass}</h3>
  21.  
  22. <ol>
  23. <li>
  24. <p>Right-click the following link and choose "Save Target As..." to save the file to your disk.  Save it in a location where you can easily find it later.  Right-click to download: <a href="$DCONF->{script_url}/discus.$DCONF->{cgi_extension}?pg=emergency&encpw=<#escape "$general->{password}"#>"><b>emergency.txt</b></a> (< 1 kB).  Be sure that the file name is "emergency.txt" -- change it if needed.</p>
  25.  
  26. <li><p>Open your FTP client and initiate a connection to the server where your discussion board is running.</p>
  27.  
  28. <li><p>On the remote side, select the "data" subdirectory of your Discus administration directory (the administration directory name is not shown here for your security).  The administration directory contains the discus.conf file and typically has a name starting with "discus_admin_..."</p>
  29.  
  30. <li><p>Upload the 'emergency.txt' file from step 1 to the "data" directory of your board.  You can use either ASCII or binary mode.  Setting permissions is generally unimportant (if you are concerned, set permissions to 0755 rwxr-xr-x).  Close your FTP connection.</p>
  31.  
  32. <li><p>Log in to <a href="$DCONF->{script_url}/discus.$DCONF->{cgi_extension}?pg=admin">administration</a> as the board administrator, using your emergency password.  Once you're logged in, here are some steps you might want to accomplish:</p>
  33.  
  34. <ul>
  35. <li><p>Go to <b>Profile Manager</b> and change your password, if you used this procedure to recovery from a lost administration password.  (Your emergency password will be valid for only one hour.)</p>
  36.  
  37. <li><p>Go to <b>Database Manager</b> and fix your connection parameters, if you used this procedure to fix parameters due to a change in database connectivity.</p>
  38.  
  39. </ul>
  40.  
  41. </ol>
  42.  
  43. <p><b>Important:  Your emergency password expires 1 hour after you upload the emergency.txt file.  If you require more time in emergency mode, repeat steps 2-5 from above.</b></p>
  44.  
  45. </body>
  46. </html>
  47. <!--END-->
  48.