I want to be able to send users a link to a ticket and
have them be able to view it in RT without being
required to login. Obviously, they will only have
read only access. Is there a flag in the
configuration to allow this?
I have 500 users and don’t want to create logins for
each one just to review a ticket’s contents.
Thanks,
Shannon
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
I want to be able to send users a link to a ticket and
have them be able to view it in RT without being
required to login. Obviously, they will only have
read only access. Is there a flag in the
configuration to allow this?
The most common way to do this is to create a guest user with the
appropriate limited permissions. You then pass the username and password as
part of the URL. For example, http://rt3.fsck.com/?user=guest&pass=guest
Michael
Michael S. Liebman m-liebman@northwestern.edu http://msl521.freeshell.org/
“I have vision and the rest of the world wears bifocals.”
-Paul Newman in “Butch Cassidy & the Sundance Kid”
Just combine the two using the rules for encoding a query string. See
Michael
Michael S. Liebman m-liebman@northwestern.edu http://msl521.freeshell.org/
“I have vision and the rest of the world wears bifocals.”
-Paul Newman in “Butch Cassidy & the Sundance Kid”