/[smecontribs]/rpms/smeserver-bugzilla/contribs10/smeserver-bugzilla-0.1-passwordwarning.patch
ViewVC logotype

Annotation of /rpms/smeserver-bugzilla/contribs10/smeserver-bugzilla-0.1-passwordwarning.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Mon May 23 19:06:45 2022 UTC (2 years ago) by jpp
Branch: MAIN
CVS Tags: smeserver-bugzilla-1_0-4_el7_sme, smeserver-bugzilla-1_0-7_el7_sme, smeserver-bugzilla-1_0-5_el7_sme, smeserver-bugzilla-1_0-6_el7_sme, HEAD
Initial import

1 jpp 1.1 diff -up smeserver-bugzilla-0.1/root/usr/share/bugzilla/templates/en/custom/welcome-admin.html.tmpl.passwordwarning smeserver-bugzilla-0.1/root/usr/share/bugzilla/templates/en/custom/welcome-admin.html.tmpl
2     --- smeserver-bugzilla-0.1/root/usr/share/bugzilla/templates/en/custom/welcome-admin.html.tmpl.passwordwarning 2009-12-06 00:22:31.000000000 +0100
3     +++ smeserver-bugzilla-0.1/root/usr/share/bugzilla/templates/en/custom/welcome-admin.html.tmpl 2009-12-06 00:22:04.000000000 +0100
4     @@ -0,0 +1,93 @@
5     +[%# The contents of this file are subject to the Mozilla Public
6     + # License Version 1.1 (the "License"); you may not use this file
7     + # except in compliance with the License. You may obtain a copy of
8     + # the License at http://www.mozilla.org/MPL/
9     + #
10     + # Software distributed under the License is distributed on an "AS
11     + # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
12     + # implied. See the License for the specific language governing
13     + # rights and limitations under the License.
14     + #
15     + # The Original Code is the Bugzilla Bug Tracking System.
16     + #
17     + # Contributor(s): Frédéric Buclin <LpSolit@gmail.com>
18     + #%]
19     +
20     +[%# INTERFACE:
21     + # none
22     + #%]
23     +
24     +[% PROCESS global/variables.none.tmpl %]
25     +
26     +[% title = BLOCK %]Welcome to [% terms.Bugzilla %][% END %]
27     +
28     +[% PROCESS global/header.html.tmpl
29     + title = title
30     + header_addl_info = "version $constants.BUGZILLA_VERSION"
31     + style_urls = [ 'skins/standard/index.css' ]
32     +%]
33     +
34     +<div id="welcome-admin">
35     + <p>Welcome, [% user.identity FILTER html %].</p>
36     +
37     + <p><b>Please change your password first by visiting <a href=userprefs.cgi?tab=account>Name
38     + and Password</a> tab on your personal preference page.</b></p>After that please proceed with
39     + the configuration settings below.
40     +
41     + <p>You are seeing this page because some of the core parameters have not been set up yet.
42     + The goal of this page is to inform you about the last steps required to set up
43     + your installation correctly.</p>
44     +
45     + <p>As an administrator, you have access to all administrative pages, accessible from
46     + the <a href="admin.cgi">Administration</a> link visible at the bottom of this page.
47     + This link will always be visible, on all pages. From there, you must visit at least
48     + the <a href="editparams.cgi">Parameters</a> page, from where you can set all important
49     + parameters for this installation; among others:</p>
50     +
51     + <ul>
52     + <li><a href="editparams.cgi?section=core#maintainer">maintainer</a>, the person
53     + responsible for this installation if something is running wrong.</li>
54     +
55     + <li><a href="editparams.cgi?section=core#urlbase">urlbase</a>, which is the URL
56     + pointing to this installation and which will be used in emails (which is also the
57     + reason you see this page: as long as this parameter is not set, you will see this
58     + page again and again).</li>
59     +
60     + <li><a href="editparams.cgi?section=core#cookiepath">cookiepath</a> is important
61     + for your browser to manage your cookies correctly.</li>
62     +
63     + <li><a href="editparams.cgi?section=core#utf8">utf8</a> will let you encode all
64     + texts into UTF-8, if desired (it is strongly recommended to keep this parameter
65     + turned on).</li>
66     + </ul>
67     +
68     + <p>Also important are the following parameters:</p>
69     +
70     + <ul>
71     + <li><a href="editparams.cgi?section=auth#requirelogin">requirelogin</a>, if turned
72     + on, will protect your installation from users having no account on this installation.
73     + In other words, users who are not explicitly authenticated with a valid account
74     + cannot see any data. This is what you want if you want to keep your data private.</li>
75     +
76     + <li><a href="editparams.cgi?section=auth#createemailregexp">createemailregexp</a>
77     + defines which users are allowed to create an account on this installation. If set
78     + to ".*" (the default), everybody is free to create his own account. If set to
79     + "@mycompany.com$", only users having an account @mycompany.com will be allowed to
80     + create an account. If left blank, users will not be able to create accounts themselves;
81     + only an administrator will be able to create one for them. If you want a private
82     + installation, you must absolutely set this parameter to something different from
83     + the default.</li>
84     +
85     + <li><a href="editparams.cgi?section=mta#mail_delivery_method">mail_delivery_method</a>
86     + defines the method used to send emails, such as sendmail or SMTP. You have to set
87     + it correctly to send emails.</li>
88     + </ul>
89     +
90     + <p>
91     + After having set up all this, we recommend looking at [% terms.Bugzilla %]'s other
92     + parameters as well at some time so that you understand what they do and whether you
93     + want to modify their settings for your installation.
94     + </p>
95     +</div>
96     +
97     +[% PROCESS global/footer.html.tmpl %]

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed