This commit is contained in:
parent
929afea196
commit
ed7183b1a9
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue