diff --git a/wowstash/cli.py b/wowstash/cli.py index f67e947..e2d35eb 100644 --- a/wowstash/cli.py +++ b/wowstash/cli.py @@ -32,6 +32,7 @@ def reset_password(user_email, duration): user = User.query.filter(User.email==user_email).first() if not user: click.echo('[!] Email address does not exist!') + return pwr = PasswordReset( user=user.id,