Explorar el Código

Update registering-users.md

pull/3602/head
Dark Decoy hace 1 año
committed by GitHub
padre
commit
41186b0771
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: B5690EEEBB952194
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      docs/registering-users.md

+ 1
- 1
docs/registering-users.md Ver fichero

@@ -71,7 +71,7 @@ If you're opening up registrations publicly like this, you might also wish to [c
To change the admin privileges for a user, you need to run an SQL query like this against the `synapse` database: To change the admin privileges for a user, you need to run an SQL query like this against the `synapse` database:


```sql ```sql
UPDATE users SET admin=ADMIN_VALUE WHERE name = '@USER:DOMAIN'
UPDATE users SET admin=ADMIN_VALUE WHERE name = '@USER:DOMAIN';
``` ```


where: where:


Cargando…
Cancelar
Guardar