This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* The default Voyager timeout session warning hijacks the entire browser, so there's an alternative that's | |
much less intrusive and also gives the option of renewing or continuing the session, available here: | |
http://exlibrisgroup.org/display/VoyagerCC/WebVoyage+7+%28Tomcat%29+Timeout+Message+Alternative. The | |
CSS for the alternative box is outdated, so I created a more modern looking box using mostly bootstrap classes | |
See the screenshot to see the new alert-box (new version on the right) or live at http://library.messiah.edu*/ | |
/*********************** Timeout Message ***********************/ | |
#tcc_timeout_container { | |
position:absolute; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[TIP] | |
======================= | |
If you need to change a patron or staff account password without using the staff client, here is how you can reset it with SQL. | |
Connect to your Evergreen database using psql or a similar tool, and retreive and verify your admin username: | |
[source, sql] | |
------------------------------------------------------------------------------ | |
psql -U <user-name> -h <hostname> -d <database> |