<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Mike,<br>
<br>
In addition to that, you might want to explore the "ModifySelf" right.
We grant it Globally to "Privileged" Users.<br>
<br>
Kenn<br>
LBNL<br>
<br>
On 8/6/2009 11:10 AM, Kevin Falcone wrote:
<blockquote cite="mid:20090806181033.GJ11737@jibsheet.com" type="cite">
  <pre wrap="">On Thu, Aug 06, 2009 at 12:32:08PM -0500, Michael Ellis wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Ken, all,

Thanks, I did mean the WebUI. SuperUser can see that page, no one else can.

I thought it would be a privilege, too. The only seemingly relevant 
privilege I could find was "AdminUser" but granting it did not resolve the 
issue.  The url for the malformed page is:

<a class="moz-txt-link-freetext" href="http://rt.somewhere.com/Admin/Users/Modify.html?id=XYZ">http://rt.somewhere.com/Admin/Users/Modify.html?id=XYZ</a>

..and the resultant page contains nothing but:

"Time to display: 0.007461

»|« RT 3.8.4 Copyright 1996-2009 Best Practical Solutions, LLC."
    </pre>
  </blockquote>
  <pre wrap=""><!---->
There is an autohandler in Admin/ that requires users have
ShowConfigTab granted to access anything in Admin/

It was implemented as part of the security fixes between 3.8.3 and
3.8.4 to lock down access to the Admin UI.

It may honestly be easier to make a local copy of ShowRequestor and
munge it to show more info in a readonly fashion, rather than letting
your users change data about other users.

Please note that depending on what user info you're printing, you may
need to tell RT that it is ok to share the info.  RT considers phone
numbers privateish data and you may need to tweak the Accessible
routine.

-kevin

  </pre>
  <blockquote type="cite">
    <pre wrap="">--------------------------------------------------
From: "Ken Crocker" <a class="moz-txt-link-rfc2396E" href="mailto:kfcrocker@lbl.gov"><kfcrocker@lbl.gov></a>
Sent: Thursday, August 06, 2009 12:23 PM
To: "Michael Ellis" <a class="moz-txt-link-rfc2396E" href="mailto:michael_ellis@umanitoba.ca"><michael_ellis@umanitoba.ca></a>
Cc: "Jerrad Pierce" <a class="moz-txt-link-rfc2396E" href="mailto:jpierce@cambridgeenergyalliance.org"><jpierce@cambridgeenergyalliance.org></a>; "RT-USERS" 
<a class="moz-txt-link-rfc2396E" href="mailto:RT-Users@lists.bestpractical.com"><RT-Users@lists.bestpractical.com></a>
Subject: Re: [rt-users] Custom Scrip Failing (using example from RT 
Essentials) and User Details not accessible

    </pre>
    <blockquote type="cite">
      <pre wrap="">Mike,

If your talking about looking at User info via WebUI, then I'd take a look 
at the privileges you've set up. As "SuperUser" (we have only allowed 2 in 
our system) I can pretty much do what I want as the Admin of our RT 
installation.

Kenn
LBNL

On 8/6/2009 10:18 AM, Michael Ellis wrote:
      </pre>
      <blockquote type="cite">
        <pre wrap="">Thanks Jerrad & Ken,

After I posted last night I came accross this idea, although, I was 
trying to work with  /opt/rt3/local/html/Elements/ShowRequestor. I was 
lost on what code to add. I'll try the lines you suggested in your follow 
up email, Jerrad:

$Ticket->Requestors->UserMembersObj->First->HomePhone();
$Ticket->Requestors->UserMembersObj->First->WorkPhone();
$Ticket->Requestors->UserMembersObj->First->MobilePhone();

Any idea why no one but root can view the modifyuser pages? I've given 
our helpdesk group AdminUsers right.

Thanks so much,

Mike

--------------------------------------------------
From: "Jerrad Pierce" <a class="moz-txt-link-rfc2396E" href="mailto:jpierce@cambridgeenergyalliance.org"><jpierce@cambridgeenergyalliance.org></a>
Sent: Thursday, August 06, 2009 11:49 AM
To: "Ken Crocker" <a class="moz-txt-link-rfc2396E" href="mailto:kfcrocker@lbl.gov"><kfcrocker@lbl.gov></a>
Cc: "Michael Ellis" <a class="moz-txt-link-rfc2396E" href="mailto:michael_ellis@umanitoba.ca"><michael_ellis@umanitoba.ca></a>; "RT-USERS" 
<a class="moz-txt-link-rfc2396E" href="mailto:RT-Users@lists.bestpractical.com"><RT-Users@lists.bestpractical.com></a>
Subject: Re: [rt-users] Custom Scrip Failing (using example from RT 
Essentials) and User Details not accessible

        </pre>
        <blockquote type="cite">
          <pre wrap="">I strongly recommend storing this information in the requestor, and
then pulling it from there,
as Ken suggest. We use REST to create tickets, and create the
requestor with such details
before hand, but I've written a scrip to extract such information from
a vCard, which could be
of use: <a class="moz-txt-link-freetext" href="http://wiki.bestpractical.com/view/OnCreateSetUserDetails">http://wiki.bestpractical.com/view/OnCreateSetUserDetails</a>


          </pre>
        </blockquote>
      </blockquote>
      <pre wrap="">
      </pre>
    </blockquote>
    <pre wrap="">_______________________________________________
<a class="moz-txt-link-freetext" href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users</a>

Community help: <a class="moz-txt-link-freetext" href="http://wiki.bestpractical.com">http://wiki.bestpractical.com</a>
Commercial support: <a class="moz-txt-link-abbreviated" href="mailto:sales@bestpractical.com">sales@bestpractical.com</a>


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at <a class="moz-txt-link-freetext" href="http://rtbook.bestpractical.com">http://rtbook.bestpractical.com</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->_______________________________________________
<a class="moz-txt-link-freetext" href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users</a>

Community help: <a class="moz-txt-link-freetext" href="http://wiki.bestpractical.com">http://wiki.bestpractical.com</a>
Commercial support: <a class="moz-txt-link-abbreviated" href="mailto:sales@bestpractical.com">sales@bestpractical.com</a>


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at <a class="moz-txt-link-freetext" href="http://rtbook.bestpractical.com">http://rtbook.bestpractical.com</a>

  </pre>
</blockquote>
</body>
</html>