MyBB Community Forums

Full Version: Add secret PIN to ACP login
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10
(2012-07-20, 07:43 PM)Jammerx2 Wrote: [ -> ]Also, there is a plugin for this over on MyBBSecurity.

Is it possible to have this version, and then also have the plugin version?

How would we want to add multiple passwords?

I would want to add like 10+ passwords if we're able to.

I write them down, so the more the merrier.

Thanks! Smile
Awesome tutorial! Thank you, thank you, thank you!
(2012-07-28, 04:33 AM)FooFighter Wrote: [ -> ]
(2012-07-20, 07:43 PM)Jammerx2 Wrote: [ -> ]Also, there is a plugin for this over on MyBBSecurity.

Is it possible to have this version, and then also have the plugin version?

How would we want to add multiple passwords?

I would want to add like 10+ passwords if we're able to.

I write them down, so the more the merrier.

Thanks! Smile

Anyone, multiple passwords..please, and thanks. Big Grin
(2012-08-04, 02:02 AM)FooFighter Wrote: [ -> ]
(2012-07-28, 04:33 AM)FooFighter Wrote: [ -> ]
(2012-07-20, 07:43 PM)Jammerx2 Wrote: [ -> ]Also, there is a plugin for this over on MyBBSecurity.

Is it possible to have this version, and then also have the plugin version?

How would we want to add multiple passwords?

I would want to add like 10+ passwords if we're able to.

I write them down, so the more the merrier.

Thanks! Smile

Anyone, multiple passwords..please, and thanks. Big Grin
http://community.mybb.com/thread-105587-...#pid769971
I am using version 1.6.8 & followed the steps explained for multi admins & the login screen shows up asking for pin but I can still log in by just using my password (no pin needed) I figure it is something I am doing wrong in the config.php edit but have tried several variations & can still log in without pin..........any ideas?

edit: I used code given as example but trying to use for four admins
So for an admin of user id of 1, with 4 different pin passwords I could do this;

$config['acp_pin'][1] = 'al;sjd;fjwejrwew;';
$config['acp_pin'][1] = '3454tygGDVXet';
$config['acp_pin'][1] = 'RTNRHNH%$654';
$config['acp_pin'][1] = 'wec4@#$CR#@xc2';

So user id of 1 will have 4 different pins to enter?
No, that won't work. You're just overwriting the values. If you did that only wec4@#$CR#@xc2 would be accepted.

Why do you even want to do this? The whole point of a password is to be unique and secret. The more passwords you allow the easier it is for other people to get in.
But they would still need the other passwords.

So is it not possible then to set multiple pins for one user? Sad
Works!!

thanks!!
thanks so much

powerfull
Pages: 1 2 3 4 5 6 7 8 9 10