Hi All,
I want to create user dynamically if that user is not exist in the repository through my application. Is it possible ? Did anyone tried anytime?
Thanks in Advance.
Regards
Patra
patra_bt2004 (BOB member since 2004-03-01)
Hi All,
I want to create user dynamically if that user is not exist in the repository through my application. Is it possible ? Did anyone tried anytime?
Thanks in Advance.
Regards
Patra
patra_bt2004 (BOB member since 2004-03-01)
Did it in v2.7 with some SQL run against the repository (highly unsupported!!!), se docs about repository tables for some ideas.
pabloj (BOB member since 2003-03-27)
I think I can use admin sdk to create the users. But I do not have admin SDK help and I donot know the steps to create users. Can anyone help me in this context. Did anyone come across the same situation.
Regards
patra
patra_bt2004 (BOB member since 2004-03-01)
You can do a lot more with the Admin SDK in 6.5, I’d wait until it comes out before you start. It’s only available for JSP too. There is documentation on the tech support site.
HTH
Hayden_Gill (BOB member since 2002-08-15)
Hi Gill,
Now I am able to create user and change the password using admin SDK. I am using SDK 6.1b. As per my requirement all required classes and methods are available.
Thanks & Regards
Patra
patra_bt2004 (BOB member since 2004-03-01)
pablo - are you able to provide the tables/inserts from what you have working??
gporcaro (BOB member since 2002-08-16)
hi porcaro,
Using Admin SDK I am dynamically creating userid and assigning password to that from my application.
Thanks for reply.
Welcome for any help from my side
Regards
patra
patra_bt2004 (BOB member since 2004-03-01)
Basically you work on the OBJ_M_ACTOR, but this is no longer necessary on v6.
pabloj (BOB member since 2003-03-27)
hi patra,
Could you show me how you did this ?
thx
pk_jest (BOB member since 2005-03-18)