Project Server 2003 - Changing text in LGNPS.asp module

J

Jackson T. Cole

I have three PS 2003 servers(Development, Staging, Production) in my
environment, and would like to modify the text on the Login page to indicate
whether one is looking at Development or Staging. However, the code in
LGNPS.asp does not have "literal" strings, but seems to be drawing them from
a library somewhere. Does anyone know if this library is accessible, either
in an editable file, or the database?

If it's in a .dll file, I'll give up and try something else, like the
Branding logo!

Thanks!

Jackson T. Cole
 
J

Jackson T. Cole

Solved it myself by experimenting with replacing the "variable" with the
actual text I wanted to see. That worked! As I looked deeper in the code, I
realized I overlooked a place that was exactly what I wanted to do. The text
telling you to " ... see your administrator for a login id ..." is in the
code directly.

Case closed!
 
Top