Developer forum

Forum » Development » dw:UserManager does not work in custom modules

dw:UserManager does not work in custom modules


Reply

I've tried to use the dw:UserManager but I can't make it work in my custom module because of the javascript onclick method is written relative:

window.open('../List/EcomUserTree.aspx osv....');

And also in my hardcoded-setup I had to use a lot of javascripts to make it work.

 

Am I not using it correctly or are you aware of the issues?


Replies

 
Reply

That sounds really weird as it is in use manu places in DW admin in different levels of the file structure. How did you implement it? Is it possible to see it somewhere?

 
Reply
Sorensen wrote:

That sounds really weird as it is in use manu places in DW admin in different levels of the file structure. How did you implement it? Is it possible to see it somewhere?

I have now implemented the standard control on:
 

http://actona.net.dynamicweb.dk/Admin/default.aspx

Goto -> Control Panel -> Actona Settings

At the buttom of this page I have a "Standard UserManager Implementation"

 
Reply
ks wrote:
Sorensen wrote:

That sounds really weird as it is in use manu places in DW admin in different levels of the file structure. How did you implement it? Is it possible to see it somewhere?

I have now implemented the standard control on:
 

http://actona.net.dynamicweb.dk/Admin/default.aspx

Goto -> Control Panel -> Actona Settings

At the buttom of this page I have a "Standard UserManager Implementation"


 

Hi,

 

Did anyone ever find a solution to this problem? I'm having the same issue. The problem occurs because of the relative link.

 

Peter

 
Reply

Sorry, Kevin, I completely forgot about this thread. Thanks to Peter for refreshing:)

 

I just tested this on a custom solution, an I got the same result, so I'll report this as a bug.

 

Until it's fixed, you can relate users who need acces in a seperate Extranet group and use the UserGroupManager control to point out that group.

 

You must be logged in to post in the forum