Parents receive an automatic email notification in two scenarios in relation to their parent account.
1. ACCOUNT CREATION - When a parent create an account within the system, they will receive an automatic account creation notification that contains information about their account The email will contain the following text by default:
Your account for {DISTRICT_NAME} {PROGRAM_NAME} was successfully created. Shown below are your email and password. Please keep this information secure.
Email: {$_POST["email"]}
Password: *hidden*
This text can be edited to be personalized for your school or district by going to SETTINGS>>CONTENT & LETTERS>>SIGN UP EMAIL.
2. FORGOTTEN PASSWORD- When a parent uses the self service forgotten password feature on the live portion of your application website, an automated email will go out to them with a temporary password. The email will contain the following text by default:
Your new password is shown below. We suggest changing your password once you login.
Email: {$parent->email}
New Password: {$new_password}
This text can be edited to be personalized for your school or district by going to SETTINGS>>CONTENT & LETTERS>>FORGOT PASSWORD EMAIL.
Comments
0 comments
Article is closed for comments.