View Full Version : user/pass prob
saxguy20
07-18-2002, 07:45 AM
ok, i want a diff pass for each user. there are only 4 users. each user gets their own page. i only want 1 login prompt. is this possible? like combining http://www.dynamicdrive.com/dynamicindex9/password.htm and http://www.javascriptkit.com/script/cut167.shtml somehow?
ecnarongi
07-18-2002, 04:31 PM
you can specify all your users/passwords criteria like in http://www.javascriptkit.com/script/cut167.shtml, ie. if ( usernamer == "Mike" && password == "hamburger") { do anything }
and have your form from http://www.dynamicdrive.com/dynamicindex9/password.htm pop up that script.
you want to do this in a server side language so that your code is a little more secure. you can still use javascript but it would be in conjunction with another language.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.