|
|
|
Ask for the Birth Date for a Student's Account Activation
When someone activates their FSUID via the link at campus.fsu.edu a search is done by SSN that will return staff and/or student OR alumni.
In the case that someone comes back as a student and ONLY a student which is defined as:
Having an A or E in the CURR_STATUS field in the table FSSAS.DEGREE_PROGRAM OR
Having a C or T in the ENROLLMENT_STATUS field in the table FSDWH.STUDENT_MASTER
Then we will attempt to locate a birth date in either FSSAS.ADMISSIONS_MASTER or FSDWH.STUDENT_MASTER
Assuming the birth date comes back as non-null (I don’t know if it’s possible to have a null value or not) then we will ask for the student to provide their birth date as the secondary piece of authentication. If we are unable to find a birth date then we will ask for the FSU Card number instead.
Please note:
This is only for account activation. Subsequent attempts to change you password will require your FSU Card number.
If someone shows as an employee AND a student they will need to provide their FSU Card number.
--Donny
|