1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/3f12abbd2394/ changeset: 3f12abbd2394 user: dannon date: 2012-04-11 15:16:20 summary: Cloud Launch - Password Field for AWS Secret instead of plain text input affected #: 1 file diff -r 37c43980034e744d05647c3aad3631f5a1dd9c1c -r 3f12abbd23941683e44b34a21f0cf82d14bf02ad templates/cloud/index.mako --- a/templates/cloud/index.mako +++ b/templates/cloud/index.mako @@ -71,7 +71,7 @@ </div><div class="form-row"><label for="id_secret">Secret Key</label> - <input type="text" size="120" name="secret" id="id_secret"/><br/> + <input type="password" size="120" name="secret" id="id_secret"/><br/></div><div class="form-row"><label for="id_instance_type">Instance Type</label> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.