details:   https://code.tryton.org/communication/website/commit/33b852b5ef04
branch:    default
user:      Cédric Krier <[email protected]>
date:      Fri May 02 01:00:06 2025 +0200
description:
        Remove demo user per language
diffstat:

 templates/demo.html.jinja |  40 ++--------------------------------------
 1 files changed, 2 insertions(+), 38 deletions(-)

diffs (50 lines):

diff -r c231f99cde41 -r 33b852b5ef04 templates/demo.html.jinja
--- a/templates/demo.html.jinja Mon Nov 24 14:06:40 2025 +0100
+++ b/templates/demo.html.jinja Fri May 02 01:00:06 2025 +0200
@@ -22,44 +22,8 @@
                 <p>We host a public shared demo server.
                 It is filled with some example data that gets reset every 
day.<br/>
                 Emails send by the server are catch by <a 
href="//demo-mail.tryton.org/">MailCatcher</a>.<br/>
-                Here are the <a href="//www.tryton.org/~demo/">backup of the 
demo database</a>.</p>
-                <table class="table table-sm">
-                    <thead>
-                        <tr>
-                            <td></td>
-                            <th class="table-light" scope="col">User name</th>
-                            <th class="table-light" scope="col">Password</th>
-                        </tr>
-                    </thead>
-                    <tbody>
-                        <tr>
-                            <th class="table-light" scope="row">English</th>
-                            <td>demo</td>
-                            <td>demo</td>
-                        </tr>
-                        <tr>
-                            <th class="table-light" scope="row">Español</th>
-                            <td>demo_es</td>
-                            <td>demo</td>
-                        </tr>
-                        <tr>
-                            <th class="table-light" scope="row">Français</th>
-                            <td>demo_fr</td>
-                            <td>demo</td>
-                        </tr>
-                        <tr>
-                            <th class="table-light" scope="row">Deutsch</th>
-                            <td>demo_de</td>
-                            <td>demo</td>
-                        </tr>
-                        <tr>
-                            <th class="table-light" 
scope="row">Administrator</th>
-                            <td>admin</td>
-                            <td>admin</td>
-                        </tr>
-                    </tbody>
-                </table>
-                <p class="alert alert-warning">This is a shared server, so 
please do not change the password or the user's language.</p>
+                Here are the <a href="//www.tryton.org/~demo/">backup of the 
demo database</a>.<br/>
+                You can login using the user name <code>demo</code> or 
<code>admin</code>.</p>
                 <div class="text-center">
                     <a href="//demo.tryton.org/" class="btn btn-primary 
text-white mx-auto mt-3">Launch the demo</a>
                 </div>

Reply via email to