View Full Version : two password for ACP
LeonHartHVA
01-08-2004, 09:39 AM
Who can make for me, 2 password required at ACP
ex:
ACP
===
Username: ..............
Password: ..............
Security Password: .........
Thanks much!
KuraFire
01-08-2004, 09:56 AM
I'll take a shot at this :)
LeonHartHVA
01-19-2004, 08:55 AM
thank you!
see you soon :)
This wouldn't be a half bad feature..... perhaps make it only for Super Admin? This would be great in reducing forum hacking
MGM out
HiDeo
01-19-2004, 02:42 PM
Yes i like this idea
Mickie D
01-19-2004, 04:29 PM
why not use htaccess ??
does this for me and change your admincp folder name to anything and put that in the config.php file so it can find it, and if someone hacks you then your security password wont stand a chance either !
Regards
Mickie
Zachery
01-19-2004, 04:37 PM
why not use htaccess ??
does this for me and change your admincp folder name to anything and put that in the config.php file so it can find it, and if someone hacks you then your security password wont stand a chance either !
Regards
Mickie
i would assume this is for the users with IIS
Mickie D
01-19-2004, 05:18 PM
i would assume this is for the users with IIS
fair enough :)
apache WIN32 is much better than IIS
Zachery
01-19-2004, 05:24 PM
fair enough :)
apache WIN32 is much better than IIS
did i say it wasnt ;D
personally .htaccess is fine with me :)
.htaccess? explain :D
ive heard of it, tried using it before, didnt work :(
MGM out
KuraFire
01-20-2004, 07:24 AM
.htaccess? explain :D
ive heard of it, tried using it before, didnt work :(
MGM out
STEP ONE:
make a file in your admincp/ directory called .htaccess (or make it on your computer and upload it to your admincp/ dir)
in this file, place the following (but make sure to change the path to your own path!):
AuthUserFile /home/customers/full/path/to/your/site.com/forum/admincp/.htpasswd
AuthName "Restricted area"
AuthType basic
require valid-user
Next, telnet/ssh to your site, go to the admincp/ directory and execute this command:
htpasswd -cbm .htpasswd user password
where 'user' is the username of your choice, and 'password' is the password of your choice.
If you want to add additional accounts, just use the same command minus the -c option, i.e.:
htpasswd -bm .htpasswd user password
Make sure to execute that command while you are in your admincp directory!!!
If you don't know how to telnet/ssh to your site, consult your host to see if you have that capability to begin with. If not, you'll have to do a search on google on how to create .htaccess and .htpasswd files on your computer which you can then FTP to your admincp/ dir.
Zachery
01-20-2004, 12:07 PM
or use this handy dandy tool
http://www.webdesignforums.net/tools/htaccess/index.php
KuraFire
01-20-2004, 02:37 PM
or use this handy dandy tool
http://www.webdesignforums.net/tools/htaccess/index.php
This page requires Internet Explorer 5.5 or later.
what a bunch of morons...
Zachery
01-20-2004, 04:26 PM
what a bunch of morons.../me is confused
what kura... ? >.<
KuraFire
01-20-2004, 05:43 PM
* Faranth is confused
what kura... ? >.<
their site is made so retardedly that you can't access it unless you're using IE 5.5 or higher.
Zachery
01-20-2004, 06:11 PM
lmao i use ie 6.0 so i wouldnt notice
Cassidy
01-21-2004, 02:23 AM
Maybe you should 'Upgrade' Kuro -.-; duh.
I would love to see this hack! But only for the admincp but the modcp cause that's just annoying!
KuraFire
01-21-2004, 08:03 AM
Maybe you should 'Upgrade' Kuro -.-; duh.
I would love to see this hack! But only for the admincp but the modcp cause that's just annoying!
going to IE would be downgrading :)
Zachery
01-21-2004, 03:34 PM
Kura is an avid ANTI ie fan :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.