adminPassword: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
== Notes ==
== Notes ==


If this option is left blank, Kore will automatically generate a random password for security reasons.
If this option is left blank, Kore will automatically generate a random password for security reasons, even if [[secureAdminPassword]] doesn't allow it.


== Developer Notes ==
To allow in-game authorization to use the [[Chat Commands]], see [[inGameAuth]]


Avoid printing user passwords into any kind of user interface or API.
 
{{Template:Userpass}}


[[Category:config.txt]]
[[Category:config.txt]]
[[Category:XKore]]
[[Category:XKore]]

Revision as of 19:38, 29 October 2016

adminPassword <string>
The value for this option will be used to authorize other players/bots to use Chat Commands, and as the login password for the RO Client to connect to the XKore 2 server.

This is most commonly used with followBot 1

Notes

If this option is left blank, Kore will automatically generate a random password for security reasons, even if secureAdminPassword doesn't allow it.

To allow in-game authorization to use the Chat Commands, see inGameAuth


Developer Notes

Avoid printing user passwords into any kind of user interface or API.