Skip to content

Instantly share code, notes, and snippets.

View bwiens's full-sized avatar

Benjamin Wiens bwiens

View GitHub Profile
@bwiens
bwiens / alternative_timeout.css
Last active August 29, 2015 14:06
ExLibris Voyager TimeOut Message Alternative CSS
/* 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;
[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>