EduGeek Self Service Password Reset Thread, Self Service Password Reset in Projects:; Just another approach.
If a kid that I am teaching does the old 'sir - I've forgotten my password' routine, ...
-
19th February 2007, 06:55 PM #61
- Rep Power
- 0
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
-
-
IDG Tech News
-
29th August 2007, 02:04 PM #62 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
-
-
29th September 2007, 10:55 PM #63 Re: Self Service Password Reset
Works perfect here thanks!
-
-
28th November 2007, 02:19 PM #64 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.
-
-
6th December 2007, 12:45 PM #65 Re: Self Service Password Reset
in IIS manager, under Web Service Extensions, enable active server pages.
-
-
6th December 2007, 03:49 PM #66 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?
-
-
6th December 2007, 04:03 PM #67 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.
-
-
12th December 2007, 12:29 PM #68 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?
-
-
12th December 2007, 01:47 PM #69 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
-
-
19th December 2007, 04:07 PM #70 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.
...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.
-
-
10th January 2008, 01:50 PM #71
- Rep Power
- 11

Originally Posted by
rvdmast
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.
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.
How have you done that?
Im looking at implementing 3 ways to change passwords.
1 of them is in place, with a custom MMC for staff.
The second will be this web app, and the third, would be like your proposing.
Giving pupils and staff 3 ways to do it without bothering me.
.
-
-
11th January 2008, 11:02 AM #72 rvdmast: I haven't yet but as soon as I have a spare 5 minutes
I'll see what I can see.
booman: I think what rvdmast has done is rather than having a username for them to login to the reset system it accessible from the windows login instead.
So it's not another way of doing it just another way to access the reset system.
If that's correct rdv can you share how you've acheived that as it would be a great addition to the system.
Cheers,
Ben
-
-
14th January 2008, 11:13 AM #73
-
-
17th January 2008, 11:32 AM #74 booman: I haven't forgotten just setting up a virtual domain to try it on.
Cheers,
Ben
-
-
17th January 2008, 01:28 PM #75 Right I have just installed this on a virtual domain setup.
1 2003 SP2 domain controller and 1 XP Pro SP2 client.
I have noticed a few issues with the setup but once I'd tweaked that I was able to register my login and then use the system to reset the password.
The thing is that because when you next log in you have to change your password again anyway there's not a lot of point in the system enforcing a complex or even a long password on the user.
I'll post a new zip file up in a moment.
Ben
-
SHARE:
Similar Threads
-
By russdev in forum Windows
Replies: 7
Last Post: 8th November 2011, 01:35 PM
-
By Jonny_sims in forum Windows
Replies: 10
Last Post: 26th September 2011, 10:12 PM
-
By Rozzer in forum Windows
Replies: 19
Last Post: 8th May 2009, 03:14 PM
-
By FN-GM in forum Networks
Replies: 6
Last Post: 10th October 2007, 09:15 AM
-
By timbo343 in forum Scripts
Replies: 1
Last Post: 21st September 2007, 01:16 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules