You are viewing limited content. For full access, please sign in.

Question

Question

A way not to show multiple repositories in WL

asked on March 9, 2015

When creating a DBID for specific repository, the drop-down to choose other repository is showing, is there a way to remove showing other repositories?

0 0

Answer

APPROVED ANSWER
replied on March 9, 2015

You can edit the login.aspx page to hide the repository drop down. Go into the WebLink web files and open login.aspx in an editor. Look for

<weblink:logininterface8 id="TheLoginInterface"...

and add

ShowFriendlyNameDropDown="False"

to it. Save the changes and refresh the WebLink login page in the browser to see the result.

 

1 0

Replies

replied on March 9, 2015

Are you talking about when you are creating a new entry with the WebLink Administrator tool?  Why do you want to filter out other repositories?

0 0
replied on March 9, 2015

Attached is what im referring to.

Drop-Down.png
Drop-Down.png (39.55 KB)
0 0
APPROVED ANSWER
replied on March 9, 2015

You can edit the login.aspx page to hide the repository drop down. Go into the WebLink web files and open login.aspx in an editor. Look for

<weblink:logininterface8 id="TheLoginInterface"...

and add

ShowFriendlyNameDropDown="False"

to it. Save the changes and refresh the WebLink login page in the browser to see the result.

 

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.