From 8d554864db138a0fa910c15f38da167e3b85def2 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Thu, 1 Nov 2012 22:14:59 +0100 Subject: Added 'Create a new user' section in the markdown documenation. --- docs/index.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst index a0bd44ea..9ffd0541 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -62,6 +62,9 @@ If you want to install these modules: Setting ~~~~~~~ +List of feeds +````````````` + Rename the file **./cfg/pyAggr3g470r.cfg-sample** to **./cfg/pyAggr3g470r.cfg**. By default you don't have to edit this file (only to configure mail notification). @@ -84,6 +87,13 @@ Then, indicate the feeds to retrieve in the file **./var/feed.lst**. One feed pe http://kernelnewbies.org/RecentChanges?action=rss_rc&ddiffs=1&unique=1 +Create a new user +````````````````` + +Add a username and a password in the file **./var/password** separated by a semicolon, one per line. +The default user is *admin* with the password *admin*. The password should be hashed with the SHA1 function. + + Launch ------ -- cgit