From fdf33c686fc7880e792014ffc7d846c401ae804f Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Thu, 21 Oct 2021 20:24:27 +0530 Subject: update irc and add a basic SSO page Signed-off-by: Pratyush Desai --- irc.html | 11 ++++++----- sso.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 5 deletions(-) create mode 100644 sso.html diff --git a/irc.html b/irc.html index 0d2e332..5babe9c 100644 --- a/irc.html +++ b/irc.html @@ -17,6 +17,7 @@ │ │─┤ └─┐ │─┤ └─┘ ┘ │ ──┘ ┘ │ +

IRC

 
@@ -61,9 +62,9 @@ Account registration FAQ
 
 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
 
 You can also register on this page here
 
@@ -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?
 
-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!
-Or you can use PASS 
+ - If your client doesn't support SASL, then update to a good client!
+ - Alternatively, you can use the "PASS" method
 
 3. What are the benefits of registering my nickname?
 
diff --git a/sso.html b/sso.html
new file mode 100644
index 0000000..fb869f5
--- /dev/null
+++ b/sso.html
@@ -0,0 +1,44 @@
+
+
+
+
+
+  
+LibertaCasa - git
+
+
+
+
+┬   ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐
+│    │  │─│ │─  │┬┘  │  │─┤
+┘─┘ └┴┘ │─┘ ┴─┘ │└┘  ┘  ┘ │
+
+┌─┐ ┬─┐ ┐─┐ ┬─┐
+│   │─┤ └─┐ │─┤
+└─┘ ┘ │ ──┘ ┘ │
+
+ +

Single Sign On

+
+   

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.

+ + Registering for SSO + ===================== + + 1. Click here 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. + + + + + + + +
+ + \ No newline at end of file -- cgit v1.2.3