Skip to content

Instantly share code, notes, and snippets.

@jasperf
Created February 25, 2018 05:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasperf/83ec4ae7ce6b40dffefe955c40ed7ee8 to your computer and use it in GitHub Desktop.
Save jasperf/83ec4ae7ce6b40dffefe955c40ed7ee8 to your computer and use it in GitHub Desktop.
Jupiter theme logo storage rights conflict
"<form action="" method="post">
<div id="request-filesystem-credentials-form" class="request-filesystem-credentials-form">
<h2 id='request-filesystem-credentials-title'>Connection Information</h2><p id="request-filesystem-credentials-desc">To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.</p>
<label for="hostname">
<span class="field-title">Hostname</span>
<input name="hostname" type="text" id="hostname" aria-describedby="request-filesystem-credentials-desc" class="code" placeholder="example: www.wordpress.org" value="" />
</label>
<div class="ftp-username">
<label for="username">
<span class="field-title">FTP Username</span>
<input name="username" type="text" id="username" value="" />
</label>
</div>
<div class="ftp-password">
<label for="password">
<span class="field-title">FTP Password</span>
<input name="password" type="password" id="password" value="" />
<em>This password will not be stored on the server.</em>
</label>
</div>
<fieldset>
<legend>Connection Type</legend>
<label for="ftp">
<input type="radio" name="connection_type" id="ftp" value="ftp" checked='checked' />
FTP </label>
<label for="ftps">
<input type="radio" name="connection_type" id="ftps" value="ftps" />
FTPS (SSL) </label>
<label for="sftp">
<input type="radio" name="connection_type" id="sftp" value="sftp" />
SFTP </label>
</fieldset>
<p class="request-filesystem-credentials-action-buttons">
<input type="hidden" id="_fs_nonce" name="_fs_nonce" value="71a153513f" /> <button class="button cancel-button" data-js-action="close" type="button">Cancel</button>
<input type="submit" name="upgrade" id="upgrade" class="button" value="Proceed" /> </p>
</div>
</form>
{"message":"You have already saved these settings.","status":false,"success":false,"data":{"element":"mk-already-saved"}}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment