• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 06, 2024, 09:14:57 pm

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - micahm90

16
I got it to work. For those of you who are not 100% on the Mac, when you do chmod +x for a group of files with no extensions use chmod +x * instead of chmod +x *.* Thanks again.
17
Thanks. I am trying that now but can't seem to get kkant to run. My mac keeps telling
Quotesudo: ./bin/kkant: command not found
. I set JAVA_HOME but it still says that. I'm can't seem to get it to run any suggestions?
18
I was just wondering if there is an ant target that would create a netbeans project like target ("make_eclipse_project"). I have been trying to setup a netbeans project but can't seem to get it right. I've been following instructions from a post from 6 years ago http://www.konakart.com/forum/index.php/topic,1228.msg4962.html#msg4962. I am wondering if things have changed enough that there is a better way to do a netbeans project? Any help would be appreciated. Thanks.
19
Hi,

I'm still trying to modify the login and the kkAppEng.getCustomerMgr().login seems to be whats called to process the login. Can this be modified in any way.

thanks,
Micah
20
Quote from: ming on July 20, 2010, 05:48:03 am
Have you seen the LoginIntegrationMgr in the User Guide?


I've seen the LoginIntegrationMgr in Custom Credential Checking section, but its not clear how this will help me. If I were to put some code in LoginIntegrationMgr how would it be called?
21
Quote from: trevor on July 20, 2010, 06:45:30 am
Also take a look at MySecurityMgr.java under \java_api_examples\src\com\konakart\apiexamples .



I didn't find MySecurityMgr.java under \java_api_examples\src\com\konakart\apiexamples
22
Hi,

I am building an application around KK and I am having some trouble modifying the login process. This is what I want to happen when a user click on the account link or attempt to login, they're taken to a page that lets them choose which openid provider they want to login with, once they choose and authenticate with that provider they are redirected to a page of my choosing. That will be customer registration page for new customers, for returning customers the account information page. Now for the new customer I need to store the token passed by the openid provider with the rest of the customer's registration form and let the application know that this user is now authorized. How do I get KK to recognize that user is authorized on all the other pages there after? Someone suggested I look into the LoginIntegrationMgr in the User Guide but there isn't enough information to help me. Please I need some help.
23
I been looking into how one would go about adding openid to KK but I can't seem to get to the login code in KKEng. If there is any help on this it would be great. Or if someone can point me to any post that talk about modifying login.

Thanks,
Micah