Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
5answers
147 views

PHP client PIN security

I'm currently developing a system which has a functionality where clients can view details of their purchases/renewals/etc by supplying a PIN "number". A PIN is being used instead of login ...
2
votes
4answers
6k views

Locking out a user in an ASP .Net Custom Membership Provider

I've had to create a custom membership provider for my current ASP .Net project in order to fit in with our database schema, and am having problems configuring it to lockout a user if they get their ...
0
votes
1answer
65 views

Lock windows desktop from Java after timeout

I want my java app to lock the windows desktop after a specific timeout. I have a timer which works fine, but I can't seem to execute the command to lock the workstation. javax.swing.Timer tim = new ...
0
votes
0answers
242 views

login Lockout through Active Directory in windows 2008 server R2

My login control with active directory membership provider in a Windows 2008 server R2, doesn't got locked if user fails (few times) in the login. Here is my web.config: <membership ...
0
votes
2answers
226 views

Lockout policy and one-time passwords

I have a one time password system implemented for my website using RFC 4226. This password is sent via SMS to a mobile device. The user can only receive the password on their mobile device, and the ...
0
votes
1answer
761 views

How do I change the max failed login attempts to lock out the user in Weblogic 10.0?

We have a requirement to set the number of login attempts to 3 before we lock out the user. It seems the default is 5. How do I change this value in Weblogic 10.0?