Hi, I recently made the following modification in RT (3.82):<br>Where:<br>On the selfservice interface for unprivileged users you can enable the modify self right. <br>When you do this you only give the ability to modify the users password.<br>

Why:<br>For us this was not enough.<br>What:<br>Copied the Prefs.html from /html/User/  to /html/SelfService<br>updated the file like this:<br><br>%# Modded from orig<br>%#&lt;&amp; /Elements/Header, Title=&gt;loc(&quot;Preferences&quot;) &amp;&gt;<br>

%#&lt;&amp; /User/Elements/Tabs,<br>%#    current_tab =&gt; &#39;SelfService/Prefs.html&#39;,<br>%#    Title=&gt;loc(&quot;Preferences&quot;) &amp;&gt;<br>%#&lt;&amp; /Elements/ListActions, actions =&gt; \@results &amp;&gt;<br>

%# to:<br>&lt;&amp; /SelfService/Elements/Header, Title =&gt; loc(&#39;Preferences&#39;) &amp;&gt;<br><br>&lt;&amp; /Elements/ListActions, actions =&gt; \@results &amp;&gt;<br><br><br>%# Modded from orig<br>
%#&lt;form action=&quot;&lt;%RT-&gt;Config-&gt;Get(&#39;<div id=":6e" class="ii gt">WebPath&#39;)%&gt;/User/Prefs.html&quot; method=&quot;post&quot;&gt;<br>
%# to:<br>&lt;form action=&quot;&lt;%RT-&gt;Config-&gt;Get(&#39;WebPath&#39;)%&gt;/SelfService/Prefs.html&quot; method=&quot;post&quot;&gt;<br>&lt;input type=&quot;hidden&quot; class=&quot;hidden&quot; name=&quot;id&quot; value=&quot;&lt;%$UserObj-&gt;Id%&gt;&quot; /&gt;<br>

<br>&lt;table width=&quot;100%&quot; border=&quot;0&quot;&gt;<br>&lt;tr&gt;<br>----rest unchanged----<br><br>No issues yet, works like a charm.<br>But i do have my concerns, i&#39;m new to this system and i would like your opinion about this.<br>

<br>Thanks =)<br>Cheers, <br>Daniel<br><br></div>