Re: Self Service Password Reset
Just another approach.
If a kid that I am teaching does the old 'sir - I've forgotten my password' routine, the first time I change it to 'password' so that they can then change it to a more secure version.
The second time of asking I change it to 'czechoslovakia'.....
It is amazing how few pupils forget their passwords these days...
Cheers
NB
Re: Self Service Password Reset
Hello,
Everything on the script seems to be working fine. But when it comes to reset the password i get a error on page when it trys to reset the password.
Any ideas?
Excellent little program btw :)
ross
Re: Self Service Password Reset
Works perfect here thanks!
Re: Self Service Password Reset
I have tried this on a new install, but just can't get my head round it.
here's the situation, fresh install of iis on a windows 2003 server, I then extracted the sspr2.0.1 zip into the inetpub folder. I changed the permissions as it said in the documentation and set the config.asp file up as it says.
I don't know how to install / setup ADODB. any help with this would be a big help.
I installed ASP .net when I installed IIS.
when I try to navigate to http://localhost/register/register.asp I get an error saying the file cannot be found.
Can anyone help me please, this would be a great help and stop the kids from being sent to me to reset their passwords every 10 minutes.
Re: Self Service Password Reset
in IIS manager, under Web Service Extensions, enable active server pages.
Re: Self Service Password Reset
I've been setting this up today on a fresh 2003 SP1 server with IIS.
So far most of it seems to work apart from some minor 'bugs' wich
i've been able to work around (more on that in another post).
I'm having problems reaching the admin pages from remote computers.
On the local server i can open
http://<servername>/admin/index.asp
without problems. On other computers however this gives me a
HTTP 500 (internal server error), whereas other pages such as the reset or the update pages work OK.
I've checked (NTFS)permissions and the Directory security (set to integrated authentication) and its the same as the register and the update directories, wich is good i suppose.
What could be causing this?
Re: Self Service Password Reset
About the minor bugs i mentioned:
I noticed that on the update page, once you filled everything in correct, the redirection to the next page (\register) didn't work.
In the .ASP pages you're using
Code:
Response.Redirect "/register"
however, it won't find the register.asp in that folder because by default
IIS sets the "Default document" to something like Default.html or index.html. Only after setting the correct default document on each folder to what it should be for your script, ie. register.asp for the register folder, index.asp for the reset and the update folder, etc...this started working.
Another solution i suppose, could be to modify the .asp code to use the full path. ie
Code:
Response.Redirect "/register/register.asp"
But since this is the first time i've bothered to look at .asp code i'd rather leave it alone for now.
Re: Self Service Password Reset
I'm still having problems reaching the admin pages from remote computers.(everything else works fine)
i can open
http://localhost/admin/index.asp
just fine. But on other computers this gives me a
HTTP 500 (internal server error).
I've also tried other security/authentication settings (integrated, anonymous...) but all i get is error 500.
Any ideas, anyone? plexer?
Re: Self Service Password Reset
rvdmast: good idea on that code I'll have a look.
I've got it installed but don't know if any kids have ever used it as I haven't had time to enforce it but I may do in the new year.
I was also thinking about having a kiosk machine permanently logged in as the reset pass user.
Irazmus is the one that can probably answer the coding issues as I had the original idea and he ran with it.
I'll have a look and see if I can replicate the problems.
Ben
Re: Self Service Password Reset
Hi plexer,
Did you find time yet to try and replicate the problem?
Not that it's urgent, i can always work directly in the database with Access.
Quote:
...I was also thinking about having a kiosk machine permanently logged in as the reset pass user...
I've taken a different aproach here: with the help of some free tools and a compiled autoit script i made i've been able to set up a kiosk machine where there are 2 extra buttons on the login screen (where it says press CTRL+ALT+DEL) which open a full screen browser (kiosk mode) to either the password reset page or our printer accounting page.
This way they can reset their password without having to log in.