Issue 1892 Adding sha1 hash function for password of member.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10565 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2012-04-17 04:38:09 +00:00
parent 4566d43b38
commit 22f700e8ac
3 changed files with 62 additions and 7 deletions

View file

@ -6,6 +6,8 @@
**/
class member extends ModuleObject {
var $useSha1 = false;
/**
* @brief constructor
**/