Re: password for 1 time use
From: Keith W. McCammon (km_at_km.com)
Date: 04/30/03
- Next message: cmh: "New folder not showing in IIS"
- Previous message: Bravo Leader: "password for 1 time use"
- In reply to: Bravo Leader: "password for 1 time use"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 30 Apr 2003 10:35:32 -0400
> My boss wants to password-enabled a page that users can access only once.
> After that, either the password is expired or the account is disabled
> automatically. Is it possible? Is there a documentation I can read?
You can do this by using some type of DB-driven login scheme. Create a DC
with usernames and passwords, and include a field called is_expired. Then
create a mechanism that will set the field from 0 to 1 upon selection. Very
convoluted, arguably secure, and terrible inefficient, but it would work.
You could also look into SecureID or similar technology, which would be much
easier to use, but more expensive.
- Next message: cmh: "New folder not showing in IIS"
- Previous message: Bravo Leader: "password for 1 time use"
- In reply to: Bravo Leader: "password for 1 time use"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|