From ec8a6d7d6c309c1d452f690cc0f3f70b8da2e3be Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Tue, 1 Aug 2017 15:08:57 -0400 Subject: [PATCH] RT# 75817 - fixed enable selection to send password reset and to allow you to set password in one step --- FS/FS/cust_contact.pm | 2 +- httemplate/elements/contact.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/FS/FS/cust_contact.pm b/FS/FS/cust_contact.pm index 6820ac4b4..118a9e000 100644 --- a/FS/FS/cust_contact.pm +++ b/FS/FS/cust_contact.pm @@ -106,7 +106,7 @@ and replace methods. sub check { my $self = shift; - if ( $self->selfservice_access eq 'R' || $self->selfservice_access eq 'P') { + if ( $self->selfservice_access eq 'R' || $self->selfservice_access eq 'E' || $self->selfservice_access eq 'P') { $self->selfservice_access('Y'); $self->_resend('Y'); } diff --git a/httemplate/elements/contact.html b/httemplate/elements/contact.html index df2107ac1..905d3d87d 100644 --- a/httemplate/elements/contact.html +++ b/httemplate/elements/contact.html @@ -53,7 +53,7 @@ >