Skip to content

Commit d868951

Browse files
committed
- Removed public user's account details from the "Download Data" webpart.
- Added a note about downloading large datasets.
1 parent 2a8e7d5 commit d868951

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

panoramapublic/src/org/labkey/panoramapublic/view/publish/dataDownloadInfo.jsp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@
2828
client such as <span class="nobr"><%=simpleLink("CyberDuck", "https://cyberduck.io")%></span>
2929
or <span class="nobr"><%=simpleLink("WinSCP", "https://winscp.net/eng/docs/introduction")%></span>.
3030
For details look at <%=simpleLink("Download data from Panorama Public", downloadDataDocHref)%>.
31-
Use the following URL, login email and password to connect to this folder:
31+
Use the following URL to connect to this folder:
3232
<br/>
3333
<br/>
3434
URL: <b class="bold"><span class="nobr" id="webdav_url_link"><%=h(webdavUrl)%></span></b>
3535
<br/>
36-
Login email: <b class="bold"><%=h(publicDataUser.getEmail())%></b>
3736
<br/>
38-
Password: <b class="bold"><%=h(publicDataUser.getPassword())%></b>
37+
<b class="bold">Note: </b> If you plan to download large volumes of data or datasets from multiple projects,
38+
please contact the PanoramaWeb team in advance so that we can coordinate the download to minimize load on the server
39+
and ensure reliable access.
3940
</p>

0 commit comments

Comments
 (0)