ActiveDirectory User, Admin Login?

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
igavemybest
Captain (CAPT)
Captain (CAPT)
Posts: 388
Joined: Sun Apr 06, 2008 5:47 pm

ActiveDirectory User, Admin Login?

Post by igavemybest » Mon Aug 30, 2010 12:19 am

Is there any way to change the login for ablecommerce to a pop-up style windows type login? so basically the login page would totally dissapear, and the pop-up would appear. I was thinking about integrating it with ActiveDirectory somehow. Any suggestions?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: ActiveDirectory User, Admin Login?

Post by mazhar » Mon Aug 30, 2010 1:14 am

Well AbleCommerce makes use of membership providers to handle users authentication. You can try to write your custom provider that can authenticate/manage the users using your custom code. Although I don't think so that it would be possible to fully remove the dependency of ac_Users table reason is it has certain constraints with other tables which expects the users information in this table. Perhaps you can try to duplicate your active directory users into AbleCommerce system.

Here is a topic discussing the use of ActiveDirecotry
http://www.15seconds.com/issue/060525.htm

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

Re: ActiveDirectory User, Admin Login?

Post by jmestep » Mon Aug 30, 2010 6:41 am

You could set permissions on the install folder on the site to allow active directory users only, not anonymous users. Then the pages should not display until they log in. The would still need to log in to the site to place an order though unless you changed that somehow.
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

User avatar
igavemybest
Captain (CAPT)
Captain (CAPT)
Posts: 388
Joined: Sun Apr 06, 2008 5:47 pm

Re: ActiveDirectory User, Admin Login?

Post by igavemybest » Mon Aug 30, 2010 8:51 am

Ok, so lets just say that I went with the database users instead of AD. Makes sense since permissions are based on the database users. Anyway to get rid of the admin login page and just have a popup for username & password?

Post Reply