密码问题

This commit is contained in:
huang 2015-11-23 21:54:40 +08:00
parent a174cade83
commit 591984ba63
1 changed files with 4 additions and 4 deletions

View File

@ -22,10 +22,10 @@ module Trustie
def delete_gitlab_user
del_user(self)
end
def change_gitlab_user
change_password(self.gid, self.hashed_password, self.salt)
end
#
#def change_gitlab_user
# change_password(self.gid, self.hashed_password, self.salt)
#end
def g
@g ||= ::Gitlab.client