/[web]/templates/bugzilla/patches/bugzilla-add-identity-link.patch
ViewVC logotype

Contents of /templates/bugzilla/patches/bugzilla-add-identity-link.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 47 - (show annotations) (download)
Fri Nov 26 14:34:58 2010 UTC (13 years, 5 months ago) by dmorgan
File size: 2345 byte(s)
Add a template repos
Add bugzilla skeleton
Add bugzilla patch for identity

1 Index: template/en/default/global/user-error.html.tmpl
2 ===================================================================
3 --- template/en/default/global/user-error.html.tmpl
4 +++ template/en/default/global/user-error.html.tmpl 2010-11-09 16:00:41.361139303 +0100
5 @@ -1295,7 +1295,7 @@
6
7 [% ELSIF error == "password_change_requests_not_allowed" %]
8 [% title = "Password Change Requests Not Allowed" %]
9 - The system is not configured to allow password change requests.
10 + Please go to: http://identity.mageia.org/ to change or recover your password.
11
12 [% ELSIF error == "passwords_dont_match" %]
13 [% title = "Passwords Don't Match" %]
14 Index: template/en/default/account/auth/login-small.html.tmpl
15 ===================================================================
16 --- template/en/default/account/auth/login-small.html.tmpl
17 +++ template/en/default/account/auth/login-small.html.tmpl 2010-11-09 21:33:58.981451986 +0100
18 @@ -108,8 +108,7 @@
19 </li>
20 <li id="forgot_container[% qs_suffix %]">
21 <span class="separator">| </span>
22 - <a id="forgot_link[% qs_suffix %]" href="[% script_name FILTER html %]#forgot"
23 - onclick="return show_forgot_form('[% qs_suffix %]')">Forgot Password</a>
24 + <a href="http://identity.mageia.org/">Forgot Password</a>
25 <form action="token.cgi" method="post" id="forgot_form[% qs_suffix %]"
26 class="mini_forgot bz_default_hidden">
27 <label>Login: <input type="text" name="loginname" size="20"></label>
28
29 Index: template/en/default/index.html.tmpl
30 ===================================================================
31 --- template/en/default/index.html.tmpl
32 +++ template/en/default/index.html.tmpl 2010-11-09 23:56:42.190827299 +0100
33 @@ -134,12 +134,8 @@
34 <a id="account" class="bz_common_actions"
35 [% IF user.id %]
36 href="userprefs.cgi"><span>User Preferences</span></a>
37 - [% ELSIF Param('createemailregexp')
38 - && user.authorizer.user_can_create_account
39 - %]
40 - href="createaccount.cgi"><span>Open a New Account</span></a>
41 [% ELSE %]
42 - href="?GoAheadAndLogIn=1"><span>Log In</span></a>
43 + href="http://identity.mageia.org/register"><span>Open a New Account</span></a>
44 [% END %]
45
46 <form id="quicksearchForm" name="quicksearchForm" action="buglist.cgi"

  ViewVC Help
Powered by ViewVC 1.1.30