]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commitdiff
Change default rpc-user name, now matches the new wiki instructions
authorBram Matthys <redacted>
Fri, 7 Apr 2023 08:05:05 +0000 (10:05 +0200)
committerBram Matthys <redacted>
Fri, 7 Apr 2023 08:05:05 +0000 (10:05 +0200)
config.php.sample

index 29aa5930ec9e463ba6aef8979032d2c230ee0159..14f0fba778c361be3dd96f15047410f7990e774c 100644 (file)
@@ -18,9 +18,9 @@ define( 'BASE_URL', '/unrealircd-webpanel/' );
 
 /**
  *  The RPC User name as defined in your unrealircd.conf
- *  Guide / Documentation: https://www.unrealircd.org/docs/JSON-RPC
+ *  https://www.unrealircd.org/docs/UnrealIRCd_webpanel#Configuring_UnrealIRCd
 */
-define( 'UNREALIRCD_RPC_USER', 'apiuser' );
+define( 'UNREALIRCD_RPC_USER', 'adminpanel' );
 
 /**
  *  The RPC User password as defined in your unrealircd.conf