RT-Authen-ExternalAuth
view release on metacpan or search on metacpan
html/Callbacks/ExternalAuth/Elements/Header/Head view on Meta::CPAN
% if ( $session{CurrentUser}->UserObj->__Value('Password') eq '*NO-PASSWORD*') {
<style>
#user-prefs-password {
display: none;
}
</style>
% }
<%INIT>
return unless $m->request_comp->path eq '/User/Prefs.html';
return unless $session{CurrentUser} && $session{CurrentUser}->id;
</%INIT>
( run in 0.788 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )