mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
Slightly improved English in README and Introduction.
This commit is contained in:
parent
37a61da33a
commit
1e7ad73fa4
2 changed files with 3 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ Smeagol uses the Markdown format as provided by [markdown-clj](https://github.co
|
||||||
|
|
||||||
## Security and authentication
|
## 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"}
|
{:admin {:password "admin" :email "admin@localhost"}
|
||||||
:adam {:password "secret" :email "adam@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
|
lein ring uberwar
|
||||||
|
|
||||||
(a command which I'm sure Smeagol would entirely appreciate) and deploy the resulting war file.
|
(a command which I'm sure Smeagol would entirely appreciate) and deploy the resulting war file.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ Smeagol uses the Markdown format as provided by [markdown-clj](https://github.co
|
||||||
|
|
||||||
## Security and authentication
|
## 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"}
|
{:admin {:password "admin" :email "admin@localhost"}
|
||||||
:adam {:password "secret" :email "adam@localhost"}}
|
:adam {:password "secret" :email "adam@localhost"}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue