82 lines
3.3 KiB
HTML
82 lines
3.3 KiB
HTML
<!--
|
|
This file is part of <project name>.
|
|
|
|
Copyright (C) 2024 Oscloud
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
-->
|
|
<!DOCTYPE html>
|
|
<html lang="cs">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Registrace - Mxchat Cz</title>
|
|
<link rel="stylesheet" href="../../style/style.css" />
|
|
<link rel="icon" type="image/x-icon" href="../../res/site/icons/favicon.ico" />
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<header class="page-header" role="banner">
|
|
<h1 class="project-name">Registrace na Mxchat</h1>
|
|
<a href="/index.html" class="home-icon" title="Domů">
|
|
<i class="fas fa-home"></i>
|
|
</a>
|
|
</header>
|
|
<div class="main-content">
|
|
<h2>Registrace na pozvání</h2>
|
|
<p>
|
|
Mxchat je komunitní Matrix server provozovaný Oscloudem. Registrace není uzavřená —
|
|
jen vyžaduje krátké schválení správcem. Toto opatření slouží jako ochrana před
|
|
spamboty a zajišťuje kvalitu komunity.
|
|
</p>
|
|
|
|
<h3>Jak získat účet</h3>
|
|
<ol>
|
|
<li>
|
|
Pošli žádost přes náš
|
|
<a href="https://helpdesk.oscloud.cz/help/3020290644" target="_blank">helpdesk</a>
|
|
— uveď svůj požadovaný nick a krátce napiš, proč chceš účet.
|
|
</li>
|
|
<li>Obvykle odpovídáme do 24 hodin.</li>
|
|
<li>Po schválení ti zašleme registrační token.</li>
|
|
<li>
|
|
Na <a href="https://chat.mxchat.cz" target="_blank">chat.mxchat.cz</a> klikni
|
|
na <strong>Create Account</strong>, vyplň údaje a vlož obdržený token.
|
|
</li>
|
|
</ol>
|
|
|
|
<h3>Alternativa: SSO přes OSCloud</h3>
|
|
<p>
|
|
Pokud již máš účet na OSCloud, žádný token nepotřebuješ. Na
|
|
<a href="https://chat.mxchat.cz" target="_blank">chat.mxchat.cz</a> stačí kliknout
|
|
na <strong>Continue with OSCloud</strong> a přihlásit se svým OSCloud účtem.
|
|
</p>
|
|
|
|
<h3>Proč ne otevřená registrace?</h3>
|
|
<p>
|
|
Otevřené registrace na Matrix serverech přitahují velké množství spambotů a účtů
|
|
zneužívaných k šíření nevyžádaného obsahu. Schvalovací proces nám umožňuje udržovat
|
|
server na banlistech federace s čistým štítem a chránit komunitu před obtěžováním.
|
|
</p>
|
|
</div>
|
|
<footer class="site-footer">
|
|
<p>Copyright © 2024-2026 Oscloud</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|