Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

HashType

Summary

Sets the algorithm used to encrypt the user passwords stored in the database.

Usage

 

HashType=md5_password|md5_user|md5_site|plaintext

Description

You can choose between several different md5 algorithms and plaintext storage. We strongly recommend using one of the md5 algorithms since plaintext storage imposes a huge security risk for your users.

  • md5_password - A hash is generated based solely on the users password.
  • md5_user - A hash is generated based on the username and the password.
  • md5_site - A hash is generated based on the sitename, username and password. Note that if you change the sitename your users can not log on anymore.
  • plaintext -

Frederik Holljen (03/03/2005 2:06 pm)

Frederik Holljen (03/03/2005 2:28 pm)


Comments

There are no comments.