/[drupal]/contributions/modules/identity_hash/README.txt
ViewVC logotype

Contents of /contributions/modules/identity_hash/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue May 17 15:40:16 2005 UTC (4 years, 6 months ago) by MegaGrunt
Branch: MAIN
File MIME type: text/plain
component (adds functionality to other modules)
- creates and manages identity hash
1 ********************************************************************
2 D R U P A L M O D U L E
3 ********************************************************************
4 Name: Identity Hash
5 Author: Robert Castelo <services at cortextcommunications dot com>
6 Drupal: 4.6
7 ********************************************************************
8 DESCRIPTION:
9
10 This is a component module for use by other modules.
11
12 A hash looks something like this 'g74sd9hy3', and can be used to
13 identify a user without using their username password or uid.
14
15 The hash could be used in a link included in an email or RSS feed, so
16 that when the link is clicked, Drupal will know the identity of the user.
17
18
19
20
21 ********************************************************************
22 INSTALLATION:
23
24 Note: It is assumed that you have Drupal up and running. Be sure to
25 check the Drupal web site if you need assistance. If you run into
26 problems, you should always read the INSTALL.txt that comes with the
27 Drupal package and read the online documentation.
28
29 :Preparing for Installation:
30
31 Note: Backing up your database is a very good idea before you begin!
32
33 1. Place the entire identity_hash directory into your Drupal modules/
34 directory.
35
36 2. Load the database definition file (identity_hash.mysql) using the
37 tool of your choice (e.g. phpmyadmin). For mysql and command line
38 access use:
39
40 mysql -u user -p drupal < identity_hash.mysql
41
42 Replace 'user' with the MySQL username, and 'drupal' with the
43 database being used.
44
45 3. Enable the identity_hash module by navigating to:
46
47 administer > modules
48
49 Make sure the 'Enabled' box is checked next to the identity_hash module
50
51 Click the 'Save configuration' button at the bottom to commit your
52 changes.

  ViewVC Help
Powered by ViewVC 1.1.2