PluginProbe
PowerPress Podcasting plugin by Blubrry / 11.17.2
PowerPress Podcasting plugin by Blubrry v11.17.2
11.17.9 11.17.8 11.17.7 11.17.6 11.17.4 11.17.3 11.17.2 11.17.1 11.17 11.16.11 11.16.10 11.16.9 11.16.8 11.16.7 11.16.6 11.16.5 11.16.4 11.16.3 11.16.2 11.16.1 11.9.13 11.9.14 11.9.15 11.9.16 11.9.17 All 383 releases
powerpress / admin / signin.php

signin.php in PowerPress Podcasting plugin by Blubrry 11.17.2, at admin/signin.php

10 lines 625 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php // TODO: is this used? user is already authed via powerpress when they reach the network admin ?>
2 <div class="container">
3 <h1 class="pageTitle"><?php esc_html_e('Signin Blubrry Account', 'powerpress');?></h1><br>
4 <form method ="POST" action="" id="signinForm"> <!-- Make sure to keep back slash there for WordPress -->
5 <button name="signinRequest" type="submit" class="button button-primary" id="signinButton"><?php esc_html_e('Login', 'powerpress');?></button>
6 <input type="hidden" name="ppn-action" value="link-account" />
7 <?php wp_nonce_field('powerpress', '_ppn_nonce'); ?>
8 </form>
9 </div>
10