Re: [rt-users] Edit the login page

2010-03-09 Thread Kevin Falcone
On Mon, Mar 08, 2010 at 06:37:29PM -0600, Max McGrath wrote:
Hi All -
Running RT 3.8.7 on Ubuntu. I had LDAP setup and I'm looking to edit the 
 login page to be able
to tell users to login with their Novell username and password. I also 
 would like to put a
link to the Novell password changer on the login screen.
Does anybody know where in the file system the login page is? I can't seem 
 to find it.

I suggest running find /opt/rt3/ -name Login 

-kevin


pgp5ola91lNe7.pgp
Description: PGP signature
___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com

2010 RT Training Sessions!
San Francisco, CA, USA - Feb 22  23
Dublin, Ireland - Mar 15  16
Boston, MA, USA - April 5  6
Washington DC, USA - Oct 25  26

Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Re: [rt-users] Edit the login page

2010-03-09 Thread Jeff Voskamp
On 03/09/2010 01:32 PM, Kevin Falcone wrote:
 On Mon, Mar 08, 2010 at 06:37:29PM -0600, Max McGrath wrote:

 Hi All -
 Running RT 3.8.7 on Ubuntu. I had LDAP setup and I'm looking to edit the 
 login page to be able
 to tell users to login with their Novell username and password. I also 
 would like to put a
 link to the Novell password changer on the login screen.
 Does anybody know where in the file system the login page is? I can't 
 seem to find it.
  
 I suggest running find /opt/rt3/ -name Login

 -kevin

The login screen is generated via the autohandler so try -name 
autohandler.

Jeff
___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com

2010 RT Training Sessions!
San Francisco, CA, USA - Feb 22  23
Dublin, Ireland - Mar 15  16
Boston, MA, USA - April 5  6
Washington DC, USA - Oct 25  26

Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com


Re: [rt-users] Edit the login page

2010-03-09 Thread Kevin Falcone
On Tue, Mar 09, 2010 at 01:43:19PM -0500, Jeff Voskamp wrote:
 On 03/09/2010 01:32 PM, Kevin Falcone wrote:
  On Mon, Mar 08, 2010 at 06:37:29PM -0600, Max McGrath wrote:
 
  Hi All -
  Running RT 3.8.7 on Ubuntu. I had LDAP setup and I'm looking to edit 
  the login page to be able
  to tell users to login with their Novell username and password. I also 
  would like to put a
  link to the Novell password changer on the login screen.
  Does anybody know where in the file system the login page is? I can't 
  seem to find it.
   
  I suggest running find /opt/rt3/ -name Login
 
 The login screen is generated via the autohandler so try -name 
 autohandler.

Actually, all the autohandler does is invoke the login element I
attempted to point the user to.  In a new enough RT, autohandler is
only about 14 lines of code.

-kevin


pgpfgLRROj9iD.pgp
Description: PGP signature
___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com

2010 RT Training Sessions!
San Francisco, CA, USA - Feb 22  23
Dublin, Ireland - Mar 15  16
Boston, MA, USA - April 5  6
Washington DC, USA - Oct 25  26

Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Re: [rt-users] Edit the login page

2010-03-09 Thread Max McGrath
Thank you!  I was able to find it in /opt/rt3/share/html/Elements!!
--
Max McGrath
Asst. Network Admin/Systems Specialist
Carthage College
262-552-5512
mmcgr...@carthage.edu


On Tue, Mar 9, 2010 at 12:51 PM, Kevin Falcone falc...@bestpractical.comwrote:

 On Tue, Mar 09, 2010 at 01:43:19PM -0500, Jeff Voskamp wrote:
  On 03/09/2010 01:32 PM, Kevin Falcone wrote:
   On Mon, Mar 08, 2010 at 06:37:29PM -0600, Max McGrath wrote:
  
   Hi All -
   Running RT 3.8.7 on Ubuntu. I had LDAP setup and I'm looking to
 edit the login page to be able
   to tell users to login with their Novell username and password. I
 also would like to put a
   link to the Novell password changer on the login screen.
   Does anybody know where in the file system the login page is? I
 can't seem to find it.
  
   I suggest running find /opt/rt3/ -name Login
  
  The login screen is generated via the autohandler so try -name
  autohandler.

 Actually, all the autohandler does is invoke the login element I
 attempted to point the user to.  In a new enough RT, autohandler is
 only about 14 lines of code.

 -kevin

 ___
 http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

 Community help: http://wiki.bestpractical.com
 Commercial support: sa...@bestpractical.com

 2010 RT Training Sessions!
 San Francisco, CA, USA - Feb 22  23
 Dublin, Ireland - Mar 15  16
 Boston, MA, USA - April 5  6
 Washington DC, USA - Oct 25  26

 Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
 Buy a copy at http://rtbook.bestpractical.com

___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com

2010 RT Training Sessions!
San Francisco, CA, USA - Feb 22  23
Dublin, Ireland - Mar 15  16
Boston, MA, USA - April 5  6
Washington DC, USA - Oct 25  26

Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

[rt-users] Edit the login page

2010-03-08 Thread Max McGrath
Hi All -

Running RT 3.8.7 on Ubuntu.  I had LDAP setup and I'm looking to edit the
login page to be able to tell users to login with their Novell username and
password.  I also would like to put a link to the Novell password changer on
the login screen.

Does anybody know where in the file system the login page is?  I can't seem
to find it.

Thanks!

Max

--
Max McGrath
Asst. Network Admin/Systems Specialist
Carthage College
262-552-5512
mmcgr...@carthage.edu
___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com

2010 RT Training Sessions!
San Francisco, CA, USA - Feb 22  23
Dublin, Ireland - Mar 15  16
Boston, MA, USA - April 5  6
Washington DC, USA - Oct 25  26

Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com