summaryrefslogtreecommitdiff
path: root/loginsecurity.py
diff options
context:
space:
mode:
authorPanFritz <redstonenoobpan@gmail.com>2015-07-08 01:52:05 +0200
committerPanFritz <redstonenoobpan@gmail.com>2015-07-08 01:52:05 +0200
commit06950409887fb529180d42660909bab49ffce756 (patch)
tree3ea0340948ecd83fba7c5bbcb94d63c9f9cfd408 /loginsecurity.py
parent4a184745578ad1730e13b1980198327ffb5975c1 (diff)
set amax = 0
Diffstat (limited to 'loginsecurity.py')
-rw-r--r--loginsecurity.py1
1 files changed, 1 insertions, 0 deletions
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)):