Custom luminis login process

5
Average: 5 (1 vote)

At U of S, we assign some temporary passwords to students and then mail them a letter with their temp password printed on it.

If a student attempts to log in with a temp password, then instead of getting into Luminis, we send them over to our identity management web interface, where they need to set a permanent password.

I have removed the java code for generating and comparing temporary passwords, so it may not compile as-is. However, you will get the basic idea. Also, you will see where we set a cookie on login. You could set your own cookie as needed.

Custom luminis login code, and a short explanation, included in the attached ZIP file.

Todd