Sha256: 36a39dd72b076c1832c00491f8f9b5f7091457dd67690ed7b4238eb827d1721f
Contents?: true
Size: 386 Bytes
Versions: 26
Compression:
Stored size: 386 Bytes
Contents
class Kontena::Cli::ForgotPasswordCommand < Clamp::Command include Kontena::Cli::Common parameter "EMAIL", "Email address" def execute require_api_url params = {email: email} client.post('user/password_reset', params) puts 'Email with password reset instructions is sent to your email address. Please follow the instructions to change your password.' end end
Version data entries
26 entries across 26 versions & 1 rubygems