|
|||||
|
|
|||||
Configuration Users
The web interface of Drone offers an authenticated administration interface. This interface allows administators to change the bot's running status and maintainers to install or remove the database structures that are required for the modules. The users and passwords are setup in the file The tags should be totally intuitive. People with the Now that everything is configured, you're probably aching to run the bot. Securing your passwordSince it's often not recommended to store you password in clear text, you can use RIFE's password encryption methods to encrypt or obfuscate your password before putting them in this file. The following command on the console will print out the usage help: java -cp lib/rife-0.8.2.jar com.uwyn.rife.tools.StringEncryptor In short, if your password is 'humdiedum' and you want to encrypt it with a SHA algorythm, you do this: java -cp lib/rife-0.8.2.jar com.uwyn.rife.tools.StringEncryptor -e SHA:humdiedum and you get SHA:lZThBSPqkCkq3st9sGshP7+RVwI= You can use this string instead of you password in the |
|||||
|
Copyright 2003-2006 - The Codehaus. All rights reserved unless otherwise noted.
Powered by Atlassian Confluence
|
|||||