]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - README.md
Update unrealircd-admin.css
[irc/unrealircd/unrealircd-webpanel.git] / README.md
index 927cb304104185987ad70ee70a5b7eaa088ab05d..56189a5933db3b2325d6d9a00d00ae19eb0ddbe3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -65,8 +65,8 @@ nano config.php
 ```
 Edit the configuration file to match your UnrealIRCd's RPC credentials and save
 
-NOTE: You most likely want to put the webpanel behind a login, using a
-`.htaccess` file or similar.
+IMPORTANT: You will want to put the webpanel behind a login, using a
+`.htaccess` file or similar. Don't open it up to the world!
 
 ## Updating for end-users ##
 For end-users, when you want to update to the latest version:
@@ -76,8 +76,9 @@ composer install
 ```
 
 ## Authentication
-There will be at least two methods of authentication. Currently in
-development:
+Right now, by default everyone being able to access the URL can use the
+webpanel. In future versions this will no longer be the case.
+There are currently two authentication methods under development:
 
 - SQL (available but still in development!)
 - Local File DB (not public yet)