From 94c2a661c31b2ced161cbdbde0242e515966b26f Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Wed, 16 Nov 2016 12:09:32 +1000 Subject: [PATCH] README: Mention REST API and web interface better --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5b55a76..37575f64 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). For the purpo * passwords stored with [bcrypt](https://godoc.org/golang.org/x/crypto) (client account passwords also salted) * [IRCv3 support](http://ircv3.net/software/servers.html) * a heavy focus on developing with [specifications](http://oragono.io/specs.html) -* integrated REST API and web interface +* integrated (alpha) REST API and web interface ## Installation @@ -65,6 +65,8 @@ oragono run Oragono also includes a web interface, which works with the REST API to provide a way to manage user accounts and bans. +This interface is an early alpha, is in no way secure and will not be in a final release for a while. Requires the alpha REST API to be enabled (check your server config to enable that if you really want to). + ## Installation ```sh