This commit is contained in:
huang 2016-02-23 11:31:34 +08:00
parent 929afea196
commit ed7183b1a9
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ module Trustie
# 项目公开和私有
PUBLIC = 20
PRIVATE = 0
def change_password(uid, en_pwd, salt)
return unless uid
options = {:encrypted_password=>en_pwd, :password_salt=>salt}