home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / FAQ / discus_admin_1357211388 / template / mailmesg / modwarn.tmpl < prev    next >
Text File  |  2009-11-06  |  2KB  |  59 lines

  1. # FILE: modwarn.tmpl
  2. # DESCRIPTION: Warning of failed logins
  3. # -------------------------------------------------------------------------------------------
  4.  
  5. <!--BEGIN-->
  6. This message is to alert you that someone has attempted to log in to
  7. the administration program of the discussion board at:
  8. {|}
  9. {|||}$script_url/discus.$cgi_extension
  10. {|}
  11. There have been more than the allowed $GLOBAL_OPTIONS->{mod_fails_mail_allowed} failure{#if $GLOBAL_OPTIONS->{mod_fails_mail_allowed} > 1#}s{#endif#}.
  12. {|}
  13. The following is the information about the failed login attempts to
  14. this account:
  15. {|}
  16. {||||}Username: $failed->{username}
  17. {|}
  18. <#if $failed->{last_success} == 0#>
  19.     Records indicate that the moderator named above has never
  20.     successfully logged in to the administration program using
  21.     this account.
  22. <#else#>
  23.     Records show that this account was most recently accessed
  24.     successfully as follows:
  25.     {|}
  26.     {||||}Date & Time: <#date $failed->{last_success} format "$L{LONGDATE}"#>
  27.     {||||}IP Information: $failed->{last_success_ip}{#if $failed->{last_success_host} ne ""#} ($failed->{last_success_host})
  28. <#endif#>
  29. {|}
  30. The following are failed access attempts logged for this account:
  31. {|}
  32. -
  33. <#foreach $fail (@failures)#>
  34.     {||||}Date & Time: <#date $fail->{time} format "$L{LONGDATE}"#>
  35.     {||||}IP Information: $fail->{ip_addr}{#if $fail->{ip_host} ne ""#} ($fail->{ip_host})
  36.     -
  37. <#endloop#>
  38. {|}
  39. <#if $failed->{username} eq $DCONF->{superuser}#>
  40.     If you have forgotten your password, you can reset it using
  41.     your telnet/FTP access and following the instructions at:
  42.     {|}
  43.     {||||}http://support.discusware.com/center/r/help/adminpass.html
  44.     {|}
  45. <#else#>
  46.     <#if $general->{superuser_copy} == 1#>
  47.         If the moderator has forgotten his or her password, you can
  48.         reset the password by clicking the 'Edit' icon in the
  49.         Moderator Manager interface.
  50.         {|}
  51.     <#else#>
  52.         If you have forgotten your password, you should contact the
  53.         board administrator, who can reset your password for you.
  54.         {|}
  55.     <#endif#>
  56. <#endif#>
  57. {|}
  58. <!--END-->
  59.