View | Details | Raw Unified | Return to bug 27812
Collapse All | Expand All

(-)a/installer/data/mysql/en/mandatory/sample_notices.yml (-1 / +2 lines)
Lines 962-971 tables: Link Here
962
            - "Your new Koha account details are:"
962
            - "Your new Koha account details are:"
963
            - ""
963
            - ""
964
            - "User:  <<borrowers.userid>>"
964
            - "User:  <<borrowers.userid>>"
965
            - "Password: <<borrowers.password>>"
966
            - ""
965
            - ""
967
            - "If you have any problems or questions regarding your account, please contact your Koha Administrator."
966
            - "If you have any problems or questions regarding your account, please contact your Koha Administrator."
968
            - ""
967
            - ""
968
            - "If you do not have your account password, please contact your Koha Administrator."
969
            - ""
969
            - "Thank you,"
970
            - "Thank you,"
970
            - "Koha Administrator"
971
            - "Koha Administrator"
971
            - "kohaadmin@yoursite.org"
972
            - "kohaadmin@yoursite.org"
(-)a/members/memberentry.pl (-1 / +1 lines)
Lines 456-461 if ((!$nok) and $nodouble and ($op eq 'insert' or $op eq 'save')){ Link Here
456
            add_guarantors( $patron, $input );
456
            add_guarantors( $patron, $input );
457
            $borrowernumber = $patron->borrowernumber;
457
            $borrowernumber = $patron->borrowernumber;
458
            $newdata{'borrowernumber'} = $borrowernumber;
458
            $newdata{'borrowernumber'} = $borrowernumber;
459
            delete $newdata{password};
459
        }
460
        }
460
461
461
        # If 'AutoEmailOpacUser' syspref is on, email user their account details from the 'notice' that matches the user's branchcode.
462
        # If 'AutoEmailOpacUser' syspref is on, email user their account details from the 'notice' that matches the user's branchcode.
462
- 

Return to bug 27812