diff --git a/README.md b/README.md index 8280d0e..b2342a0 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Smeagol uses the Markdown format as provided by [markdown-clj](https://github.co ## Security and authentication -Currently security is now greatly improved. There is currently a file called *passwd* in the *resources* directory, which contains a clojure map which maps usernames to maps with plain-text passwords and emails thus: +Security is now greatly improved. There is a file called *passwd* in the *resources* directory, which contains a clojure map which maps usernames to maps with plain-text passwords and emails thus: {:admin {:password "admin" :email "admin@localhost"} :adam {:password "secret" :email "adam@localhost"}} @@ -59,3 +59,4 @@ Alternatively, if you want to deploy to a servlet container (which I would stron lein ring uberwar (a command which I'm sure Smeagol would entirely appreciate) and deploy the resulting war file. + diff --git a/resources/public/content/Introduction.md b/resources/public/content/Introduction.md index bb5326f..b247b03 100644 --- a/resources/public/content/Introduction.md +++ b/resources/public/content/Introduction.md @@ -15,7 +15,7 @@ Smeagol uses the Markdown format as provided by [markdown-clj](https://github.co ## Security and authentication -Currently security is now greatly improved. There is currently a file called *passwd* in the *resources* directory, which contains a clojure map which maps usernames to maps with plain-text passwords and emails thus: +Security is now greatly improved. There is a file called *passwd* in the *resources* directory, which contains a clojure map which maps usernames to maps with plain-text passwords and emails thus: {:admin {:password "admin" :email "admin@localhost"} :adam {:password "secret" :email "adam@localhost"}}