Administration interface user passwords
ON THIS PAGE
All administration users require a password to access the Funnelback administration interface.
Funnelback requires the use of the embedded Jetty web server for its operation. Password details are stored in a properties file located at $SEARCH_HOME/conf/realm.properties
The user password can be changed in either the Funnelback administration dashboard.
Administration dashboard: Click the 'Account' link in the user menu on the right of the page header.
Command line
This feature is not available to users of the Squiz Experience Cloud version of Funnelback. |
You may change a users password from the command line. For Linux run:
$SEARCH_HOME/web/bin/change_password.sh <username> <password>
For Windows run:
%SEARCH_HOME\web\bin\change_password.bat <username> <password>