Difference between revisions of "secureAdminPassword"

From OpenKore Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
; secureAdminPassword [<boolean flag>]
+
; secureAdminPassword [<[[boolean|boolean flag]]>]
: If this option is enabled, Kore will generate a random [[adminPassword]] everytime you start Kore.
+
: If this option is enabled, Kore will generate a random '''adminPassword''' everytime you start Kore.
 +
 
 +
 
 +
----
 +
; adminPassword <[[References#string|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 ==
 +
: To allow in-game authorization to use the [[Chat Commands]], see [[inGameAuth]].
 +
 
 +
{{Template:Userpass}}
  
 
[[Category:config.txt]]
 
[[Category:config.txt]]
 
[[Category:XKore]]
 
[[Category:XKore]]

Revision as of 21:18, 25 April 2021

secureAdminPassword [<boolean flag>]
If this option is enabled, Kore will generate a random adminPassword everytime you start Kore.



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

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.