You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you asking how to get the value, or if it is available? I don't think it is currently available, there would need to be a code change to expose that.
Are you asking how to get the value, or if it is available? I don't think it is currently available, there would need to be a code change to expose that.
Thanks for your answer , Can you tell me the code to get it؟
I want to show the user the remaining time after reloading the page.
currently utils.lockout_response doesn't take that parameter so you would need an update so that it passes in the time left parameter
To keep things simple you could change is_already_locked to return if it is already locked and if so the TTL for the item.
One thing to consider is that someone can be blocked by the IP or the username, so you would need to return the one that has the highest value because they won't be allowed through until both of them are no longer blocking.
No description provided.
The text was updated successfully, but these errors were encountered: