Developer forum

Forum » Development » Server configuration

Server configuration


Reply

Hi,


 


Is there a way to configure an administrator account (/admin) to manage several solutions installed in the same server or network?


 


The idea is to avoid having to login to every solution every time the administrator password is changed.


 


Best Regards,




RA


Replies

 
Nicolai Høeg Pedersen
Reply

Hi Ricardo


 


No - its not possible.


 


You can make a Dynamicweb login button in IE.


 


In the "Links" section in IE toolbar, create a shortcut with the javascript below in one line.


 


javascript_function func(){document.login.Username.value='administrator';document.login.Password.value='123456';checkInput('Access_User_login.aspx');} func();


 


Of course this requires all logins to be the same on all solutions.

 
Nicolai Høeg Pedersen
Reply
It has to be "javascript : function func()" without the spaces.

 

You must be logged in to post in the forum