Versions Compared

Key

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

...

Expand
title3. How to Edit the Reset User Login Password Email Template

Status
colourYellow
title3.
How to
Status
colourRed
titleedit
the Reset User Login Password Email Template


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:

Code Block
https://{host}.edu.net.au/label_edit.php?labelId=reset_user_login_password_emailHtmlHeader

https://{host}.edu.net.au/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
<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>

back to top

Expand
title4. How to disable Disable a User Contact Login and User Record

Status
colourYellow
title4.
How to
Status
colourRed
titledisable
a User Contact Login and User Record


NOTE: If the contact record is already loaded, proceed to the

Status
colourBlue
titlestep 2
instructions, else start with
Status
colourBlue
titlestep 1
.

Status
colourBlue
titlestep 1
Load the Contact’s Record


Status
colourGreen
title1
,
Status
colourGreen
title2
Choose Contacts > Search menus on the side.

Status
colourGreen
title3
Enter at least one of the following options into the relevant search box: Given Name, Surname, Home Institution, Status, Contact Role.

Status
colourGreen
title4
Click the SEARCH CONTACT button.

 

Status
colourGreen
title5
After clicking the SEARCH CONTACT button, it will return a list of contacts that meet your searched criteria. To filter the list of contacts, in the 🔍Filter box above the list of contacts, start typing the contact’s First or Given name. 

 

Status
colourGreen
title6
When you see the record of the contact that you are looking for, click the contact’s role, highlighted in blue in the left column under the Role Id heading. This will load the contact’s edit details page.

 

Status
colourBlue
titlestep 2
Disable the Contact’s Login


Follow the instructions on this link:https://silverband.atlassian.net/wiki/spaces/PKB/pages/985085/Contacts+-+Search+Add+and+Edit#3.4-Disable-a-User-Login.

 

Status
colourBlue
titlestep 3
Remove the Contact’s Security Group


Follow the instructions on this link: https://silverband.atlassian.net/wiki/spaces/PKB/pages/985085/Contacts+-+Search+Add+and+Edit#3.3-Remove-or-Delete-a-Security-Group-or-Access-Level-to-the-Contact-Record.

Status
colourBlue
titlestep 4
Change the Contact’s Record Status to Archived or Inactive


Status
colourGreen
title1
,
Status
colourGreen
title2
Choose Contacts > Edit Details menus on the side. Go to the OTHER DETAILS Form section, look for the Status field.

Status
colourGreen
title3
In the Status field, select either Archived or Inactive.

Status
colourGreen
title4
Click the SAVE CONTACT button.

back to top

...