From 06950409887fb529180d42660909bab49ffce756 Mon Sep 17 00:00:00 2001 From: PanFritz Date: Wed, 8 Jul 2015 01:52:05 +0200 Subject: [PATCH] set amax = 0 --- loginsecurity.py | 1 + 1 file changed, 1 insertion(+) diff --git a/loginsecurity.py b/loginsecurity.py index d98ae5f..a575645 100644 --- a/loginsecurity.py +++ b/loginsecurity.py @@ -82,6 +82,7 @@ def register_command(sender, command, label, args): @simplecommand("rmpass", description = "Removes your password if the password matches", senderLimit = 0, + amax = 0, helpNoargs = True) def rmpass_command(sender, command, label, args): if not is_registered(uid(sender)):