aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorm.fu <m_fu@310415.no-reply.drupal.org>2009-03-16 20:05:06 +0000
committerm.fu <m_fu@310415.no-reply.drupal.org>2009-03-16 20:05:06 +0000
commit4edb2a7d8b02df5ceda10fcbe30b2ad4cf9e4a12 (patch)
treea97e26676a72eaf17980992d31769886f063ddf2 /README.txt
downloaddrupal_htpasswdsync-4edb2a7d8b02df5ceda10fcbe30b2ad4cf9e4a12.tar.gz
drupal_htpasswdsync-4edb2a7d8b02df5ceda10fcbe30b2ad4cf9e4a12.tar.bz2
drupal_htpasswdsync-4edb2a7d8b02df5ceda10fcbe30b2ad4cf9e4a12.zip
Initial release, drupal 6.x
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt60
1 files changed, 60 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..9d99291
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,60 @@
+/* $Id$ */
+
+-- SUMMARY --
+
+The HTPasswd Sync module let you synchronize a htpasswd and a
+htgroup file with the user database.
+
+For a full description of the module, visit the project page:
+ http://drupal.org/project/htpasswdsync
+
+To submit bug reports and feature suggestions, or to track changes:
+ http://drupal.org/project/issues/htpasswdsync
+
+
+-- REQUIREMENTS --
+
+The syncrhonization only happen on password change. Hence, this module shall be
+installed before any user creation.
+
+
+-- INSTALLATION --
+
+* Install as usual, see http://drupal.org/node/70151 for further information.
+
+
+-- CONFIGURATION --
+
+* Configure synchronized files in Administer >> User management >> HTPasswd Sync >>
+
+ htpasswdsync module:
+
+ - htpasswd file
+
+ The file that will contain users and password, password are crypted, using
+ the standard crypt function, with a random two charaters seed.
+
+ - htgroup file
+
+ The file that will synchronize the roles.
+
+ - roles
+
+ The roles you want to export in the htgroup file.
+
+
+-- CUSTOMIZATION --
+
+None.
+
+-- TROUBLESHOOTING --
+
+
+
+-- FAQ --
+
+
+-- CONTACT --
+
+Current maintainers:
+* Marc Furrer (m.fu) - http://drupal.org/user/310415

© 2014-2024 Faster IT GmbH | imprint | privacy policy