Session Expiration warning is worded a bit strongly... :)
Zooney - June 16, 2009 - 20:58
| Project: | Shibboleth authentication |
| Version: | 6.x-3.1 |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
The warning in shib_auth_init which displays after destroying the Drupal session when the SSO session expires:
drupal_set_message(t('Your Drupal session has been destroyed because your SSO session is lost or expired.'), "error");...is worded a bit harshly and the error is a bit scary to my users.
I've personally toned it down to a warning:
drupal_set_message(t('Your session has timed-out. Please log in again.'), "warning");I've hard-coded the change, but would it be possible to allow for a small section in the UI to set a custom warning or error when the session expires?

#1
Fixed in 3.2