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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
b3a5340a
Commit
b3a5340a
authored
Jul 30, 2007
by
timeless%mozdev.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 369592 New Account Privacy policy etc. string changes for bmo
r=lpsolit a=lpsolit
parent
d4fafd8a
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
65 additions
and
24 deletions
+65
-24
create.html.tmpl
template/en/default/account/create.html.tmpl
+21
-6
created.html.tmpl
template/en/default/account/created.html.tmpl
+3
-4
confirm-new.html.tmpl
template/en/default/account/email/confirm-new.html.tmpl
+21
-7
request-new.txt.tmpl
template/en/default/account/email/request-new.txt.tmpl
+19
-6
account.html.tmpl
template/en/default/account/prefs/account.html.tmpl
+1
-1
No files found.
template/en/default/account/create.html.tmpl
View file @
b3a5340a
...
@@ -38,19 +38,34 @@
...
@@ -38,19 +38,34 @@
<p>
<p>
To create a [% terms.Bugzilla %] account, all you need to do is to enter
To create a [% terms.Bugzilla %] account, all you need to do is to enter
a legitimate e-mail address. You will receive an email at this address
[% IF Param('emailsuffix') == '' %]
to confirm the creation of your account. <b>You will not be able to log
a legitimate email address.
in until you receive the email.</b> If it doesn't arrive within a
[% ELSE %]
reasonable amount of time, you can contact the maintainer of
an accountname which when combined with [% Param('emailsuffix') %]
this [% terms.Bugzilla %] installation
corresponds to an address where you receive email.
[% END %]
You will receive an email at this address to confirm the creation of your
account. <b>You will not be able to log in until you receive the email.</b>
If it doesn't arrive within a reasonable amount of time, you may contact
the maintainer of this [% terms.Bugzilla %] installation
at <a href="mailto:[% Param("maintainer") %]">[% Param("maintainer") %]</a>.
at <a href="mailto:[% Param("maintainer") %]">[% Param("maintainer") %]</a>.
</p>
</p>
[% IF Param('createemailregexp') == '.*' && Param('emailsuffix') == '' %]
<p>
<b>PRIVACY NOTICE:</b> [% terms.Bugzilla %] is an open [% terms.bug %]
tracking system. Activity on most [% terms.bugs %], including email
addresses, will be visible to the public. We <b>recommend</b> using a
secondary account or free web email service (such as Gmail, Yahoo,
Hotmail, or similar) to avoid receiving spam at your primary email address.
</p>
[% END %]
<form id="account_creation_form" method="get" action="createaccount.cgi">
<form id="account_creation_form" method="get" action="createaccount.cgi">
<table>
<table>
<tr>
<tr>
<td align="right">
<td align="right">
<b>E
-
mail address:</b>
<b>Email address:</b>
</td>
</td>
<td>
<td>
<input size="35" id="login" name="login">
<input size="35" id="login" name="login">
...
...
template/en/default/account/created.html.tmpl
View file @
b3a5340a
...
@@ -33,10 +33,9 @@
...
@@ -33,10 +33,9 @@
[% PROCESS global/header.html.tmpl title = title %]
[% PROCESS global/header.html.tmpl title = title %]
<p>
<p>
To confirm the creation of the user account <tt>[% login FILTER html %]</tt>,
A confirmation email has been sent containing a link to continue
use the URL given in the email you will receive. If you take no action in the
creating an account. The link will expire if an account is not
next [% constants.MAX_TOKEN_AGE FILTER html %] days, this request will
created within [% constants.MAX_TOKEN_AGE FILTER html %] days.
automatically be canceled.
</p>
</p>
[% PROCESS global/footer.html.tmpl %]
[% PROCESS global/footer.html.tmpl %]
template/en/default/account/email/confirm-new.html.tmpl
View file @
b3a5340a
...
@@ -27,11 +27,9 @@
...
@@ -27,11 +27,9 @@
[% expiration_ts = date + (constants.MAX_TOKEN_AGE * 86400) %]
[% expiration_ts = date + (constants.MAX_TOKEN_AGE * 86400) %]
<div>
<div>
To complete the creation of your user account, you must choose a password in the
To create your account, you must enter a password in the form below.
form below. You can also enter your real name, which is optional.<p>
Your email address and Real Name (if provided) will be shown with
If you don't fill this form before
changes you make.
<u>[%+ time2str("%B %o, %Y at %H:%M %Z", expiration_ts) %]</u>,
the creation of this account will be automatically canceled.
</div>
</div>
<form id="confirm_account_form" method="post" action="token.cgi">
<form id="confirm_account_form" method="post" action="token.cgi">
...
@@ -43,7 +41,7 @@
...
@@ -43,7 +41,7 @@
<td>[% email FILTER html %]</td>
<td>[% email FILTER html %]</td>
</tr>
</tr>
<tr>
<tr>
<th align="right"><label for="realname">Real Name</label>:</th>
<th align="right"><
small><i>(OPTIONAL)</i></small> <
label for="realname">Real Name</label>:</th>
<td><input type="text" id="realname" name="realname" value=""></td>
<td><input type="text" id="realname" name="realname" value=""></td>
</tr>
</tr>
<tr>
<tr>
...
@@ -51,7 +49,7 @@
...
@@ -51,7 +49,7 @@
<td><input type="password" id="passwd1" name="passwd1" value=""></td>
<td><input type="password" id="passwd1" name="passwd1" value=""></td>
</tr>
</tr>
<tr>
<tr>
<th align="right"><label for="passwd
1">Re-type
your password</label>:</th>
<th align="right"><label for="passwd
2">Confirm
your password</label>:</th>
<td><input type="password" id="passwd2" name="passwd2" value=""></td>
<td><input type="password" id="passwd2" name="passwd2" value=""></td>
</tr>
</tr>
<tr>
<tr>
...
@@ -61,4 +59,20 @@
...
@@ -61,4 +59,20 @@
</table>
</table>
</form>
</form>
<p>
This account will not be created if this form is not completed by
<u>[%+ time2str("%B %o, %Y at %H:%M %Z", expiration_ts) %]</u>.
</p>
<p>
If you do not wish to create an account with this email click the
cancel account button below and your details will be forgotten.
</p>
<form id="cancel_account_form" method="post" action="token.cgi">
<input type="hidden" name="t" value="[% token FILTER html %]">
<input type="hidden" name="a" value="cancel_new_account">
<input type="submit" id="confirm" value="Cancel Account">
</form>
[% PROCESS global/footer.html.tmpl %]
[% PROCESS global/footer.html.tmpl %]
template/en/default/account/email/request-new.txt.tmpl
View file @
b3a5340a
...
@@ -31,15 +31,28 @@ X-Bugzilla-Type: admin
...
@@ -31,15 +31,28 @@ X-Bugzilla-Type: admin
[%+ terms.Bugzilla %] has received a request to create a user account
[%+ terms.Bugzilla %] has received a request to create a user account
using your email address ([% email %]).
using your email address ([% email %]).
To con
firm that you want to create an account using that email address,
To con
tinue creating an account using this email address, visit the
visit the following link
:
following link by [%+ time2str("%B %o, %Y at %H:%M %Z", expiration_ts) %]
:
[%+ urlbase %]token.cgi?t=[% token FILTER url_quote %]&a=request_new_account
[%+ urlbase %]token.cgi?t=[% token FILTER url_quote %]&a=request_new_account
If you are not the person who made this request, or you wish to cancel
If you did not receive this email before [%+ time2str("%B %o, %Y at %H:%M %Z", expiration_ts) %] or
this request, visit the following link:
you wish to create an account using a different email address you can begin
again by going to:
[%+ urlbase %]createaccount.cgi
[% IF Param('createemailregexp') == '.*' && Param('emailsuffix') == '' %]
PRIVACY NOTICE: [% terms.Bugzilla %] is an open [% terms.bug %] tracking system. Activity on most
[%+ terms.bugs %], including email addresses, will be visible to the public. We recommend
using a secondary account or free web email service (such as Gmail, Yahoo,
Hotmail, or similar) to avoid receiving spam at your primary email address.
[% END %]
If you do not wish to create an account, or if this request was made in
error you can do nothing or visit the following link:
[%+ urlbase %]token.cgi?t=[% token FILTER url_quote %]&a=cancel_new_account
[%+ urlbase %]token.cgi?t=[% token FILTER url_quote %]&a=cancel_new_account
If
you do nothing, the request will lapse after [%+ constants.MAX_TOKEN_AGE %] days
If
the above links do not work, or you have any other issues regarding
(on [%+ time2str("%B %o, %Y at %H:%M %Z", expiration_ts) %])
.
your account, please contact administration at [% Param('maintainer') %]
.
template/en/default/account/prefs/account.html.tmpl
View file @
b3a5340a
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
</tr>
</tr>
<tr>
<tr>
<th align="right">
Re-enter
new password:</th>
<th align="right">
Confirm
new password:</th>
<td>
<td>
<input type="password" name="new_password2">
<input type="password" name="new_password2">
</td>
</td>
...
...
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