New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Admin CP PIN #38
Comments
Adds an optional secret PIN to the Admin CP login
config.php written by the install script already contains the new variable but should we add the same thing to an upgrade script? |
Yes, it should be added on upgrade. |
Perhaps we could add a little on-screen number pad as well for additional security against keyloggers |
@PenguinPaul That would be good, depending on what the user wants. |
This would be a great feature to integrate into MyBB. |
@PenguinPaul I don't think that's necessary. It might help somewhat against keyloggers but for a RAT it's useless. I can understand such a feature for a banking website but I don't think it's needed for a forum system. It would be better as a plugin. |
$config['security_pin'] should obviously be $config['secret_pin']
Definitely agreed with @nmalcolm - if the user wants to use an ons creen keyboard, most OSes have one built in. |
@PirataNervo This is completed, yes? |
I'm closing this out as it looks like everything is completed here. |
Adds a </div> so that the submit button isn't in the avatar tab.
http://community.mybb.com/thread-105587.html
Simple as that.
The text was updated successfully, but these errors were encountered: