Skip to content

Commit

Permalink
There is a difference between hashing and encryption.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed Apr 29, 2015
1 parent a176215 commit 39e887b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dbase_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -625,8 +625,8 @@ details to suit the user).::
'University of Oxford, UK', 'admin', 'now', 'now', 1);

If you are using built-in authentication, set the password for this user using
the :ref:`add_user.pl <set_first_password>` script. This encrypts the password
to a hash and stores this within the authentication database. Other users can
the :ref:`add_user.pl <set_first_password>` script. This hashes the password
and stores this within the authentication database. Other users can
be added by the admin user from the curation interface accessible from
http://your_website/cgi-bin/private/bigscurate.pl?db=test_db (or wherever you
have located your bigscurate.pl script).
Expand Down

0 comments on commit 39e887b

Please sign in to comment.