Method: Etcdv3#user_change_password

Defined in:
lib/etcdv3.rb

#user_change_password(user, new_password, timeout: nil) ⇒ Object

Changes the specified users password.



216
217
218
# File 'lib/etcdv3.rb', line 216

def user_change_password(user, new_password, timeout: nil)
  @conn.handle(:auth, 'user_change_password', [user, new_password, timeout: timeout])
end