devel #19

Merged
pratyush merged 3 commits from devel into master 2021-12-11 22:20:30 +01:00
2 changed files with 50 additions and 5 deletions
Showing only changes of commit fdf33c686f - Show all commits

View File

@ -17,6 +17,7 @@
│ │─┤ └─┐ │─┤ │ │─┤ └─┐ │─┤
└─┘ ┘ │ ──┘ ┘ │ └─┘ ┘ │ ──┘ ┘ │
</pre> </pre>
<h3>IRC</h3> <h3>IRC</h3>
<pre> <pre>
@ -61,7 +62,7 @@ Account registration FAQ
1. How do I register my nickname / account? 1. How do I register my nickname / account?
Use this command, substituting your desired password and e-mail address: Use this command, substituting your desired password:
/msg NickServ register mySecretPassword /msg NickServ register mySecretPassword
@ -72,11 +73,11 @@ Once you register your nick it becomes your account name. It is the name with wh
2. How do I authenticate to my nickname? 2. How do I authenticate to my nickname?
You should enable SASL in your client. For clients like Hexchat the Username field needs to be populated with the name that you registered. You should enable SASL in your client.
If your client doesn't support SASL, then update to a good client! - If your client doesn't support SASL, then update to a good client!
Or you can use PASS - Alternatively, you can use the "PASS" method
3. What are the benefits of registering my nickname? 3. What are the benefits of registering my nickname?

44
sso.html Normal file
View File

@ -0,0 +1,44 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
<title>LibertaCasa - git</title>
</head>
<body>
<pre>
┬ ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐
│ │ │─│ │─ │┬┘ │ │─┤
┘─┘ └┴┘ │─┘ ┴─┘ │└┘ ┘ ┘ │
┌─┐ ┬─┐ ┐─┐ ┬─┐
│ │─┤ └─┐ │─┤
└─┘ ┘ │ ──┘ ┘ │
</pre>
<h3> Single Sign On </h3>
<pre>
<p> With a growing list of services, it becomes apparent that multiple logins aren't LUSER friendly.
This is being attempted to be resolved by a Single Sign On system. It is a work in progress with
many already having been integrated such as XMPP, Gitea, Etherpad etc.</p>
Registering for SSO
=====================
1. Click <a href='https://sso.casa'>here</a> and then click on the "Manage" button.
2. Fill up the fields and ensure the email is valid as it shall recieve a confirmation link.
3. Once you Verify your account you can log into the sso-enabled services using the same credentials.
<footer>
<a href="mailto:hello@liberta.casa"> Contact </a>
</footer>
</pre>
</body>
</html>