Difference between revisions of "User:Huck/gradwatch password"
Line 1: | Line 1: | ||
The Apply Yourself requires that you change the GradWatch user password every 60 days. If you fail to change the password or make a mistake in this procedure such that the wrong password is being used, AY will eventually lock you out of the system. You will need to call 1-800-526-3313 (select option 1) in order to get the account unlocked. An automated calendar reminder set for every 8 weeks (giving you a margin of four days) is handy. | The Apply Yourself requires that you change the GradWatch user password every 60 days. If you fail to change the password or make a mistake in this procedure such that the wrong password is being used, AY will eventually lock you out of the system. You will need to call 1-800-526-3313 (select option 1) in order to get the account unlocked. An automated calendar reminder set for every 8 weeks (giving you a margin of four days) is handy. | ||
− | + | '''Step One: Open the Files''' | |
− | ece/tools/gradwatch/devFaculty/defs.php | + | *ece/tools/gradwatch/devFaculty/defs.php |
+ | *ece/tools/gradwatch/faculty/defs.php | ||
+ | *ece/tools/gradwatch/devOffice/defs.php | ||
+ | *ece/tools/gradwatch/office/defs.php | ||
+ | *lockers/admin/ece/cronjobs/gradwatch/GW_init.php | ||
− | + | '''Step Two: Find the line define ("AYPassword","<currentpassword>"); // Old: <oldpassword>''' | |
− | + | '''Step Three: Move the <currentpassword> into the <oldpassword> space but do not save the file (do this in each open file)''' | |
− | + | '''Step Four: Login to ApplyYourself using the Client ID "ncsu-grad", the User ID "ece5" and the current password. Click on "Manage My Profile".''' | |
− | + | '''Step Five: Generate a New AY Password Using the Following Criteria:''' | |
− | + | *Passwords must contain at least 6 characters (a minimum of 13 is our standard) | |
− | + | *Passwords must include at least one letter and one number | |
− | + | *Allowed characters are a-z, A-Z, and 0-9. No symbols may be used. | |
Below are the files where the AY password needs to be changed. I will add my AY alarm to your calendar which you probably need to duplicate since it'll disappear once my account is disabled/removed. Login to https://webcenter.applyyourself.com with the current account info (in the files below) to change the pw and then copy it to the following files: | Below are the files where the AY password needs to be changed. I will add my AY alarm to your calendar which you probably need to duplicate since it'll disappear once my account is disabled/removed. Login to https://webcenter.applyyourself.com with the current account info (in the files below) to change the pw and then copy it to the following files: |
Revision as of 11:40, 3 March 2006
The Apply Yourself requires that you change the GradWatch user password every 60 days. If you fail to change the password or make a mistake in this procedure such that the wrong password is being used, AY will eventually lock you out of the system. You will need to call 1-800-526-3313 (select option 1) in order to get the account unlocked. An automated calendar reminder set for every 8 weeks (giving you a margin of four days) is handy.
Step One: Open the Files
- ece/tools/gradwatch/devFaculty/defs.php
- ece/tools/gradwatch/faculty/defs.php
- ece/tools/gradwatch/devOffice/defs.php
- ece/tools/gradwatch/office/defs.php
- lockers/admin/ece/cronjobs/gradwatch/GW_init.php
Step Two: Find the line define ("AYPassword","<currentpassword>"); // Old: <oldpassword>
Step Three: Move the <currentpassword> into the <oldpassword> space but do not save the file (do this in each open file)
Step Four: Login to ApplyYourself using the Client ID "ncsu-grad", the User ID "ece5" and the current password. Click on "Manage My Profile".
Step Five: Generate a New AY Password Using the Following Criteria:
- Passwords must contain at least 6 characters (a minimum of 13 is our standard)
- Passwords must include at least one letter and one number
- Allowed characters are a-z, A-Z, and 0-9. No symbols may be used.
Below are the files where the AY password needs to be changed. I will add my AY alarm to your calendar which you probably need to duplicate since it'll disappear once my account is disabled/removed. Login to https://webcenter.applyyourself.com with the current account info (in the files below) to change the pw and then copy it to the following files: