[cvs] commit: rakim index.php login.php messages.php rakim/config .cvsignore auth.php.dist conf.xml rakim/docs CHANGES rakim/guest email.php index.php logout.php messages.php rakim/lib Rakim.php base.php rakim/templates/guest/index login.inc ...

Chuck Hagenbuch chuck at horde.org
Sun Apr 20 16:41:13 PDT 2003


chuck       2003/04/20 15:41:12 PDT

  Modified files:
    .                    index.php messages.php 
    config               .cvsignore conf.xml 
    docs                 CHANGES 
    guest                email.php index.php logout.php 
                         messages.php 
    lib                  Rakim.php base.php 
    templates/guest/index login.inc 
    templates/index      notconfigured.inc 
    templates/menu       menu.inc 
  Added files:
    .                    login.php 
    config               auth.php.dist 
    templates/login      login.inc 
  Log:
  [cjh] Add a number of rather flexible authentication options for
  both support techs and guests. Techs can be authenticated against
  Horde, against Horde plus a group membership, or against another
  authentication backend. Guests can be authenticated against
  Horde, against an external authentication backend, or can be allowed
  without authentication. Emails can still always be sent with no
  authentication, to allow folks to ask username/password questions.
  
  Revision  Changes    Path
  1.2       +1 -0      rakim/config/.cvsignore
  1.1       +72 -0     rakim/config/auth.php.dist (new)
  1.7       +28 -2     rakim/config/conf.xml
  1.17      +7 -0      rakim/docs/CHANGES
  1.7       +5 -2      rakim/guest/email.php
  1.9       +60 -3     rakim/guest/index.php
  1.3       +12 -1     rakim/guest/logout.php
  1.3       +2 -2      rakim/guest/messages.php
  1.2       +3 -2      rakim/index.php
  1.7       +68 -7     rakim/lib/Rakim.php
  1.3       +3 -8      rakim/lib/base.php
  1.1       +113 -0    rakim/login.php (new)
  1.3       +2 -2      rakim/messages.php
  1.8       +83 -3     rakim/templates/guest/index/login.inc
  1.2       +7 -0      rakim/templates/index/notconfigured.inc
  1.1       +120 -0    rakim/templates/login/login.inc (new)
  1.3       +3 -0      rakim/templates/menu/menu.inc

  Chora Links:
  http://cvs.horde.org/diff.php/rakim/config/.cvsignore?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/co.php/rakim/config/auth.php.dist?r=1.1
  http://cvs.horde.org/diff.php/rakim/config/conf.xml?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/rakim/docs/CHANGES?r1=1.16&r2=1.17&ty=u
  http://cvs.horde.org/diff.php/rakim/guest/email.php?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/rakim/guest/index.php?r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/diff.php/rakim/guest/logout.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/rakim/guest/messages.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/rakim/index.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/rakim/lib/Rakim.php?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/rakim/lib/base.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/co.php/rakim/login.php?r=1.1
  http://cvs.horde.org/diff.php/rakim/messages.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/rakim/templates/guest/index/login.inc?r1=1.7&r2=1.8&ty=u
  http://cvs.horde.org/diff.php/rakim/templates/index/notconfigured.inc?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/co.php/rakim/templates/login/login.inc?r=1.1
  http://cvs.horde.org/diff.php/rakim/templates/menu/menu.inc?r1=1.2&r2=1.3&ty=u


More information about the cvs mailing list