feat: Enhances account request process in Matrix service
All checks were successful
Build and Deploy Static Site (Pride Theme) / build (push) Successful in 2m5s
Build and Deploy Static Site / build (push) Successful in 1m58s

Removes email request instructions and adds a direct URL
for user account registration, improving the registration
workflow. Includes alternative link to the registration
source code repository for transparency and further access.
This commit is contained in:
Kumi 2024-11-16 22:04:03 +01:00
parent fac801130d
commit 2242879bfb
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -7,9 +7,19 @@
"fork": false, "fork": false,
"tiny_description": "decentralized messaging", "tiny_description": "decentralized messaging",
"short_description": "Matrix is an open network for secure, decentralized communication.", "short_description": "Matrix is an open network for secure, decentralized communication.",
"long_description": "Private.coffee runs a Matrix server. You can use it to chat with other people at Private.coffee or around the world. Public registrations are currently disabled, send an email to support@private.coffee to request an account.", "long_description": "Private.coffee runs a Matrix server. You can use it to chat with other people at Private.coffee or around the world.",
"status": "OK", "status": "OK",
"links": [ "links": [
{
"name": "Request an Account",
"url": "https://register.matrix.private.coffee",
"alternatives": [
{
"name": "Source Code",
"url": "https://git.private.coffee/PrivateCoffee/synapse-registration"
}
]
},
{ {
"name": "Go to Element", "name": "Go to Element",
"url": "https://element.private.coffee", "url": "https://element.private.coffee",