Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Load the Student's record or click here for more information.
  2. Click on the Student Details option in the side menu.
  3. Move down the side menu and click the Login option to load the Login page for this student. The top section of the page is called ASSIGNED SECURITY FOR USER LOGIN.
  4. Scroll half way down the page to the Change Password section.
  5. Enter a new password. The new password must comply with the requirements of the current password policy (refer to the Key terms and concepts section above), before the Update User Password button will appear on the page.
  6. Repeat the new password to confirm that they both match.
  7. Click the Update User Password Image Removedbutton.Image Addedbutton.

How to edit the reset user login password email template

Info
titleBackground information:

 The password reset template is largely composed of two label text fields:

  1. reset_user_login_password_emailHtmlHeader
  2. reset_user_login_password_emailHtmlFooter

Here is the direct links for your information:

  • http://<put in your paradigm url here>/label_edit.php?labelId=reset_user_login_password_emailHtmlHeader

  • http://<put in your paradigm url here>/label_edit.php?labelId=reset_user_login_password_emailHtmlFooter


For users who can read HTML, The email template code looks like the following: 

Code Block
languagexml
<html><body>Dear {student_firstName}{contact_firstName},<br><br>{label:get_tpl_label_text_long reset_user_login_password_emailHtmlHeader} <b>Username:</b>{optional:show_form_field reset_user_login_password_email_userLoginId} {user_login_userLoginId} <b>or:</b> {/optional} {user_login_email} <br> <b>Password:</b> {user_login_newPassword}<br>{label:get_tpl_label_text_long reset_user_login_password_emailHtmlFooter}</body></html>

Further reading

Add New Student

...