Tagged Questions
3
votes
3answers
155 views
Why do websites require retyping the password upon user error in a registration form?
Many times, when you fill out a registration form and miss a required field, the form reloads with all the fields filled out except for the password which you have to retype.
I'm wondering if I ...
2
votes
3answers
78 views
How to safely collect bank account from website?
I want to collect bank account information from my customers on my website.
I'd like to do that trough a form, then I will download it to a PC, print it, and then delete it from the website. Or ...
1
vote
2answers
141 views
How to setup SSL to protect secure information
At the moment I have a website running in quite an insecure way, I'll refer to it as example.com.
To add better security we're starting to store passwords using bcrypt but we are currently not using ...
3
votes
4answers
210 views
Removing CAPTCHA is harmful for my forms?
I have some services on my site that developed by PHP , it seems having CAPTCHA in my registration form is decreasing registering users , I tend to remove CAPTCHA at least on my registering form , is ...