Customizing SMF > Modifications and Packages
Login Security now with SMF 2.0 support!
Cal O'Shaw:
Could a little more explanation of the various fields be provided?
vbgamer45:
Which fields do you want to know more about?
Cal O'Shaw:
On the Login Security Panel:
- Login attempt check time range in minutes
Is this the period in which if the number of login attempts exceeds the number in the field above (3 in this screenshot) they get locked out?
- Account locked retry minutes
Is this how long the account is locked? Is anything displayed on the login screen informing the person they are locked out?
- Send email on failed login attempt
Is this a yes (1) or no (0) switch? Or how many times before the email is sent? Sent to whom? The account owner or an Admin?
- Allow users to protect their account by ip address
Is this a yes (1) / no (0) field?
- Secure Login Link Expire time in minutes
What does that mean?
Sorry for all the questions.
Grazie,
Cal
vbgamer45:
Login attempt check time range in minutes
1. Yes it is.
Account locked retry minutes
2. Yes it is. Yes they are alerted when they try to login that the account is locked.
- Send email on failed login attempt
3. This is yes or no if an email is sent. It is sent every time a login failed and is sent to the account owner.
4. Yes it is a checkbox.
5. Is if the account was locked/ or locked out by ip address they can request a secure login link that will allow them to override the lockouts and it is sent to the user's email address on file
Cal O'Shaw:
Thank you. Greatly appreciated.
Would you consider putting some of this info into the MOD description, and at least on the Yes/no questions indicating that they are yes/no, or make them checkboxes? I thought the send email on failed login attempt was a counter as to how many times one could get it wrong before the email was sent, and would wait until the set number of failed login attempts occurred before sending.
Please excuse my inpertenance, as I don't know php as well as I should, but I was reading the parse and noticed in the update to LogInOut.php you have a '3' hard-coded:
--- Code: (in first edit) --- // Been guessing a lot, haven't we?
if (isset($_SESSION['failed_login']) && $_SESSION['failed_login'] >= $modSettings['failed_login_threshold'] * 3)
--- End code ---
I think it's a very good MOD that adds some needed extra protection. And I know that anything written these days for 1.1.x is really generous of you SMF experts, so I hope my questions are not taken as being a nuisance.
Grazie,
Cal
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version