Skip to content

Commit

Permalink
Disable user/pass for earthdata, not needed for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Nov 1, 2019
1 parent caebd90 commit 2c0b226
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -1019,6 +1019,7 @@
</p>
</div>
<br />
<!--
<div id="podaac">
<p>
<label for="podaccuser">PO.DAAC username (used for waves)</label>
Expand All @@ -1028,9 +1029,10 @@
<label for="podaccpass">PO.DAAC password</label>
<input type="text" name="podaccpass" id="podaccpass" value="<?php if (isset($globalPODAACpass)) print $globalPODAACpass; ?>" />
</p>
<p class="help-block">Register an account on <a href="https://podaac-tools.jpl.nasa.gov/drive/">https://podaac-tools.jpl.nasa.gov/drive/</a></p>
<p class="help-block">Register an account on <a href="https://podaac-tools.jpl.nasa.gov/drive/">https://podaac-tools.jpl.nasa.gov/drive/</a>, an encoded password is available on this page after registration (not the same as the one used for registration).</p>
</div>
<br />
-->
<p>
<label for="bitly">Bit.ly access token api (used in search page)</label>
<input type="text" name="bitly" id="bitly" value="<?php if (isset($globalBitlyAccessToken)) print $globalBitlyAccessToken; ?>" />
Expand Down

0 comments on commit 2c0b226

Please sign in to comment.