Changeset 716


Ignore:
Timestamp:
1999-10-19T09:10:41+13:00 (25 years ago)
Author:
sjboddie
Message:

don't want to use authentication to reach status page (usersaction still
uses authentication)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/statusaction.cpp

    r543 r716  
    2828/*
    2929   $Log$
     30   Revision 1.20  1999/10/18 20:10:41  sjboddie
     31   don't want to use authentication to reach status page (usersaction still
     32   uses authentication)
     33
    3034   Revision 1.19  1999/09/07 23:09:40  rjmcnab
    3135   removed some compiler warnings
     
    779783                  ostream &/*logout*/) {
    780784  // authenticate the user if authentication is avaiable
    781   args["uan"] = 1;
    782   args["ug"] = "administrator";
     785  //  args["uan"] = 1;
     786  //  args["ug"] = "administrator";
    783787 
    784788  return true;
Note: See TracChangeset for help on using the changeset viewer.