The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
90 views

Securely notify users about account changes

I am developing a web application (using PHP) and I am wondering what the best way is to notify users that someone updated their account information? The information that can be updated includes: ...
6
votes
2answers
107 views

Security precautions for shared iPads in a customer facing corporate environment

Most tablets, and iPads in particular, are typically single user devices. Scenario: A service business that interacts directly with customers in person and wants to use iPads while interacting with ...
-1
votes
1answer
58 views

Giving privilege with validity in Windows 7

In parental control I can restrict the games, applications, and also set time for usage. But how can I grant some privilege (like using some application or playing games) with a validity? To be more ...
3
votes
5answers
237 views

Preventing online voter fraud

As part of a promotional campaign, my company wants to launch a site where users (and potential users) of our product will be required to register and vote for certain choices. Depending on how ...
1
vote
3answers
96 views

What is required to ensure users' information being sent over my website is secure with the use of account log ins

I have inherited the responsibility of managing my company's website. There are some customers who are required to submit highly confidential information via the website using online forms. I have ...
6
votes
3answers
181 views

How to suspend a user from my website and prevent them from creating a second account?

I am an outsourcing person, not a programmer. My website is a shopping website (think eBay). My website will need a user suspension feature, in case a user violates the terms and conditions. The ...
2
votes
2answers
90 views

Secure Spring FrameworkUser Management

I got asked this question: "Any decent reusable / plug-able Spring user management systems (registration, change pwd, reset etc)? How do you guys do authz in Spring, including managing those roles ...