Hi all,
We want present a disclaimer message to users after they log in and they need to check "accept" or "decline", and if they choose "decline" then log them off.
Has anyone done something similiar to this before? Anyway, I was thinking of fronting the portal w/ a jsp to do this, then forward the request to the normal login page if the user accepts, or log them out if they decline.
any suggestions/ideas are welcome.
thanks.
- Sammy
Login Forward
A login forward would work. We've done something similar with JSP as well (although I'm currently having trouble getting full support with Safari).
We're using the login forward to allow users to log in with a username different than the "login id" stored in Luminis.
Let me know if you'd like to see what we've got on our test server.
-John
John Pile Jr, University of Alaska
re: Login Forward
Hi John,
yes, I would like to see what you've done.
please email what you have. my email is: sammy@hawaii.edu
thanks a bunch!
- Sammy
Javascript solution
I've contacted you via email with our soltuion, but I just thought of another alternative that others may find helpful.
Why not simply add the accept/decline checkbox to the login page, then using javascript check to ensure the checkbox is checked before submitting the page.
-John
I'd love to see how you've
I'd love to see how you've done this as well. my email is bdefnall at westga dot edu. thanks.
Login Forward - General Info
Has anyone created an interstitial page that appears between the time users click Login and when they reach the logged-in home page?
In the old Campus Pipline platform, there was a Welcome screen that you could edit for anyone who didn't have the "logged in" flag set (or whatever it was called - I forget now).
Does Luminis have the same functionality? If not, has anyone discovered a means to this end?
----
Alistair Calder ~ my.bcit.ca
British Columbia Institute of Technology
Capturing login process
We've done something similar. Captured the login process, done our own processing, set our own cookie, then forwarded to the Luminis normal login. I think a number of institutions have done something similar.
You could forward to whatever you want, including an acceptance page.
See 'capture luminis login' at:
http://luminisdev.langara.bc.ca/local/doc/fixes
Bob.