Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
ceb57bc7
Commit
ceb57bc7
authored
Mar 26, 2012
by
Gervase Markham
Committed by
Gervase Markham
Mar 26, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add hooks for alternative login methods. r,a=LpSolit.
https://bugzilla.mozilla.org/show_bug.cgi?id=698418
parent
f2494355
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
login-small.html.tmpl
template/en/default/account/auth/login-small.html.tmpl
+3
-0
login.html.tmpl
template/en/default/account/auth/login.html.tmpl
+2
-0
No files found.
template/en/default/account/auth/login-small.html.tmpl
View file @
ceb57bc7
...
...
@@ -25,6 +25,9 @@
[% script_name = login_target _ connector _ "GoAheadAndLogIn=1" %]
<a id="login_link[% qs_suffix %]" href="[% script_name FILTER html %]"
onclick="return show_mini_login_form('[% qs_suffix %]')">Log In</a>
[% Hook.process('additional_methods') %]
<form action="[% login_target FILTER html %]" method="POST"
class="mini_login bz_default_hidden"
id="mini_login[% qs_suffix FILTER html %]"
...
...
template/en/default/account/auth/login.html.tmpl
View file @
ceb57bc7
...
...
@@ -76,6 +76,8 @@
</p>
</form>
[% Hook.process('additional_methods') %]
[%# Allow the user to create a new account, or request a token to change
# their password, assuming that our auth method allows that.
#%]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment