Remvoing the verification Image on Login

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Robbie@FireFold
Commodore (COMO)
Commodore (COMO)
Posts: 433
Joined: Wed May 28, 2008 9:42 am
Location: Concord, NC
Contact:

Remvoing the verification Image on Login

Post by Robbie@FireFold » Mon Jun 02, 2008 10:40 am

Hey Guys,

I'm new to Able, but not new to forums - so I searched for this answer first. No luck - all credit card verification topics.

Is there a way to get rid of the image/text verify? This drives me crazy - and would make the staff go nuts also.

Anyone have an easy solution?

Thanks in advance.
Robbie Hodge
General Manager
Robbie@FireFold.com
http://www.FireFold.com

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Remvoing the verification Image on Login

Post by jmestep » Mon Jun 02, 2008 12:34 pm

You can get rid of it by customizing the code. I had started on it, but ran into errors, so I put aside until later.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

keats76
Commander (CMDR)
Commander (CMDR)
Posts: 117
Joined: Sat Dec 15, 2007 4:45 pm

Re: Remvoing the verification Image on Login

Post by keats76 » Mon Jun 02, 2008 12:49 pm

Are you talking about the catchpa control (i.e. the random image of text and numbers that you have to validate)? If so, this control should only activate if your user is an admin. You might be able to remove the links to the control from the login page, but I'm not sure if that would cause other errors or not.

You'd probably want to keep the control on admin pages fyi, as you probably want the extra security there, but on your regular login pages, you could either create non admin users for test purposes, or you could try to remove the control.

Robbie@FireFold
Commodore (COMO)
Commodore (COMO)
Posts: 433
Joined: Wed May 28, 2008 9:42 am
Location: Concord, NC
Contact:

Re: Remvoing the verification Image on Login

Post by Robbie@FireFold » Mon Jun 02, 2008 3:15 pm

keats76 wrote:Are you talking about the catchpa control (i.e. the random image of text and numbers that you have to validate)? If so, this control should only activate if your user is an admin. You might be able to remove the links to the control from the login page, but I'm not sure if that would cause other errors or not.

You'd probably want to keep the control on admin pages fyi, as you probably want the extra security there, but on your regular login pages, you could either create non admin users for test purposes, or you could try to remove the control.
Is there a way to control the timeout?
Robbie Hodge
General Manager
Robbie@FireFold.com
http://www.FireFold.com

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Re: Remvoing the verification Image on Login

Post by Logan Rhodehamel » Wed Jun 04, 2008 10:05 pm

It is not a difficult change. I entered bug 6848 to have this fixed so that it can be turned on / off.
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

Robbie@FireFold
Commodore (COMO)
Commodore (COMO)
Posts: 433
Joined: Wed May 28, 2008 9:42 am
Location: Concord, NC
Contact:

Re: Remvoing the verification Image on Login

Post by Robbie@FireFold » Thu Jun 05, 2008 7:29 am

Logan Rhodehamel wrote:It is not a difficult change. I entered bug 6848 to have this fixed so that it can be turned on / off.
Thank you! :D
Robbie Hodge
General Manager
Robbie@FireFold.com
http://www.FireFold.com

User avatar
Katie
AbleCommerce Admin
AbleCommerce Admin
Posts: 2651
Joined: Tue Dec 02, 2003 1:54 am
Contact:

Re: Removing the verification Image on Login

Post by Katie » Mon Jun 09, 2008 7:28 pm

We have a patch available for RC3 that will allow you to turn the Captcha off. Please go to this bug report - http://bugs.ablecommerce.com/show_bug.cgi?id=6848

You will need to download the CaptchaOption patch from the Attachments section.

Unzip the contents and place into the store folder. It is always a good idea to backup your original files before overwriting them.
It will overwrite the following files:

ConLib/LoginDialog.ascx
Admin/UserControls/LoginDialog.ascx
Admin/Store/Security/PasswordPolicy.aspx

Then go to Configure -> Security -> Password Policy and turn captcha on and off for both merchants and customers.

NOTES:

1) If you install the patch, you will need to immediately visit the password policy page and disable the customer captcha. Otherwise it will begin to display for customers as well.

The full fix for this bug will not have this problem, but the patch is intended for distribution to RC3 installs. Customer captcha is defaulted to false in the updated CommerceBuilder.dll, but this cannot be safely distributed as part of the patch to RC3.

2) If you have customer captcha on, but merchant captcha off, and you visit the customer page to log in as an admin user, you will still have to enter the
captcha.

We also have a FAQ - How do I increase the time between logins?

http://help.ablecommerce.com/faqs/ablec ... ogins_.htm

If you run into any problems, please let us know!

Thanks,
Katie
Thank you for choosing AbleCommerce!

http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Remvoing the verification Image on Login

Post by jmestep » Tue Jun 10, 2008 6:37 am

Wonderful! Works Great!
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

Robbie@FireFold
Commodore (COMO)
Commodore (COMO)
Posts: 433
Joined: Wed May 28, 2008 9:42 am
Location: Concord, NC
Contact:

Re: Removing the verification Image on Login

Post by Robbie@FireFold » Tue Jun 10, 2008 9:49 am

Katie wrote:We have a patch available for RC3 that will allow you to turn the Captcha off. Please go to this bug report - http://bugs.ablecommerce.com/show_bug.cgi?id=6848

You will need to download the CaptchaOption patch from the Attachments section.

Unzip the contents and place into the store folder. It is always a good idea to backup your original files before overwriting them.
It will overwrite the following files:

ConLib/LoginDialog.ascx
Admin/UserControls/LoginDialog.ascx
Admin/Store/Security/PasswordPolicy.aspx

Then go to Configure -> Security -> Password Policy and turn captcha on and off for both merchants and customers.

NOTES:

1) If you install the patch, you will need to immediately visit the password policy page and disable the customer captcha. Otherwise it will begin to display for customers as well.

The full fix for this bug will not have this problem, but the patch is intended for distribution to RC3 installs. Customer captcha is defaulted to false in the updated CommerceBuilder.dll, but this cannot be safely distributed as part of the patch to RC3.

2) If you have customer captcha on, but merchant captcha off, and you visit the customer page to log in as an admin user, you will still have to enter the
captcha.

We also have a FAQ - How do I increase the time between logins?

http://help.ablecommerce.com/faqs/ablec ... ogins_.htm

If you run into any problems, please let us know!

Thanks,
Katie
Thanks Katie. I am not at the point yet, but when we do purchase the software this will be our first mod!
Robbie Hodge
General Manager
Robbie@FireFold.com
http://www.FireFold.com

CraigH
Commander (CMDR)
Commander (CMDR)
Posts: 127
Joined: Thu Jan 22, 2004 2:22 pm

Re: Remvoing the verification Image on Login

Post by CraigH » Fri Aug 29, 2008 2:26 pm

Is this captcha toggle part of the normal SR1a release? I don't see that option under:
Administration > Configure > Security > Password Policy

Post Reply