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 917-926 tables: Link Here
917
            - "Your new Koha account details are:"
917
            - "Your new Koha account details are:"
918
            - ""
918
            - ""
919
            - "User:  <<borrowers.userid>>"
919
            - "User:  <<borrowers.userid>>"
920
            - "Password: <<borrowers.password>>"
921
            - ""
920
            - ""
922
            - "If you have any problems or questions regarding your account, please contact your Koha Administrator."
921
            - "If you have any problems or questions regarding your account, please contact your Koha Administrator."
923
            - ""
922
            - ""
923
            - "If you do not have your account password, please contact your Koha Administrator."
924
            - ""
924
            - "Thank you,"
925
            - "Thank you,"
925
            - "Koha Administrator"
926
            - "Koha Administrator"
926
            - "kohaadmin@yoursite.org"
927
            - "kohaadmin@yoursite.org"
(-)a/members/memberentry.pl (-1 / +1 lines)
Lines 461-466 if ((!$nok) and $nodouble and ($op eq 'insert' or $op eq 'save')){ Link Here
461
            add_guarantors( $patron, $input );
461
            add_guarantors( $patron, $input );
462
            $borrowernumber = $patron->borrowernumber;
462
            $borrowernumber = $patron->borrowernumber;
463
            $newdata{'borrowernumber'} = $borrowernumber;
463
            $newdata{'borrowernumber'} = $borrowernumber;
464
            delete $newdata{password};
464
        }
465
        }
465
466
466
        # If 'AutoEmailOpacUser' syspref is on, email user their account details from the 'notice' that matches the user's branchcode.
467
        # If 'AutoEmailOpacUser' syspref is on, email user their account details from the 'notice' that matches the user's branchcode.
467
- 

Return to bug 27812