]> git.ipfire.org Git - thirdparty/bugzilla.git/blob
fb1d6866b88f10b7794aa01d935fb9a95a74aadd
[thirdparty/bugzilla.git] /
1 [%# This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4 #
5 # This Source Code Form is "Incompatible With Secondary Licenses", as
6 # defined by the Mozilla Public License, v. 2.0.
7 #%]
8 [% USE Bugzilla %]
9
10 [% IF Param('user_info_class').split(',').contains('GitHubAuth') %]
11 <span id="github_mini_login[% qs_suffix FILTER html %]" class="mini_login[% qs_suffix FILTER html %]">
12 <form method="post" action="[% basepath FILTER html %]github.cgi">
13 <input type="hidden" name="github_secret" value="[% Bugzilla.github_secret FILTER html %]">
14 <input type="hidden" name="target_uri" value="[% urlbase FILTER html %]index.cgi">
15 <input type="image" src="[% basepath FILTER none %]extensions/GitHubAuth/web/images/sign_in.png" height="22" width="75" align="absmiddle"
16 alt="Sign in with GitHub"
17 title="Sign in with GitHub"> or
18 </form>
19 </span>
20 [% END %]