From e60928a4578090c0d704de2cce30d08cc7b06154 Mon Sep 17 00:00:00 2001 From: Mohamed El-Kalioby Date: Fri, 18 Jan 2019 15:42:02 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b186def..41543fc 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Depends on ```python MFA_UNALLOWED_METHODS=() # Methods that shouldn't be allowed for the user - MFA_CALLBACK="" # A function that should be called by username to login the user in session + MFA_LOGIN_CALLBACK="" # A function that should be called by username to login the user in session MFA_RECHECK=True # Allow random rechecking of the user MFA_RECHECK_MIN=10 # Minimum interval in seconds MFA_RECHECK_MAX=30 # Maximum in seconds