cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
340
Views
0
Helpful
1
Replies

User authorization on CM6 via axl or something?

venca.balak
Level 1
Level 1

Hi there!

I want to do a simple login form, which will be able to authorize user (input login or id and password) and then send to CM (I use Java) and get response, that this user is correct (and I can continue), or not.

Thanks in advance!

1 Reply 1

venca.balak
Level 1
Level 1

SOLVED!

There is absolutely no problem, i just used axl:doAuthenticateUser(userid,password), which returns userAuthenticated as T/F

SOLVED!