RT# 75817 - removed change password link as it is not needed anymore
authorChristopher Burger <burgerc@freeside.biz>
Wed, 29 Aug 2018 18:24:47 +0000 (14:24 -0400)
committerChristopher Burger <burgerc@freeside.biz>
Sun, 9 Sep 2018 20:43:20 +0000 (16:43 -0400)
httemplate/elements/contact.html

index 99ac013..1b4c16e 100644 (file)
@@ -62,7 +62,6 @@
                 <OPTION VALUE="<% $value eq 'Y' ? 'Y' : 'E' %>" <% $value eq 'Y' ? 'SELECTED' : '' %>>Enabled
 %               if ( $value eq 'Y' && $self_base_url ) {
                   <OPTION VALUE="R">Re-email
-                  <OPTION VALUE="P"><% $pwd_change_label %>
 %               }
 %             }
             </SELECT>
@@ -204,7 +203,4 @@ $label{'comment'} = 'Comment';
 
 my @fields = $opt{'name_only'} ? qw( first last ) : keys %label;
 
-my $pwd_change_label = 'Change Password';
-$pwd_change_label = 'Setup Password' unless $contact->_password;
-
 </%init>