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?
Question
Question
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.
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.