Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

111 righe
3.4 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2024, Slavi Pantaleev, Aine Etke, MDAD community
  3. # members
  4. # This file is distributed under the same license as the
  5. # matrix-docker-ansible-deploy package.
  6. # FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
  7. #
  8. #, fuzzy
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: matrix-docker-ansible-deploy \n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2024-12-16 12:05+0900\n"
  14. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  15. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  16. "Language: jp\n"
  17. "Language-Team: jp <LL@li.org>\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=utf-8\n"
  20. "Content-Transfer-Encoding: 8bit\n"
  21. "Generated-By: Babel 2.16.0\n"
  22. #: ../../../docs/updating-users-passwords.md:1
  23. msgid "Updating users passwords"
  24. msgstr ""
  25. #: ../../../docs/updating-users-passwords.md:3
  26. msgid "Option 1 (if you are using the integrated Postgres database):"
  27. msgstr ""
  28. #: ../../../docs/updating-users-passwords.md:5
  29. msgid "**Notes**:"
  30. msgstr ""
  31. #: ../../../docs/updating-users-passwords.md:6
  32. msgid "Make sure to adjust `USERNAME_HERE` and `PASSWORD_HERE`"
  33. msgstr ""
  34. #: ../../../docs/updating-users-passwords.md:7
  35. msgid ""
  36. "For `USERNAME_HERE`, use a plain username like `alice`, not a full ID "
  37. "(`@alice:example.com`)"
  38. msgstr ""
  39. #: ../../../docs/updating-users-passwords.md:9
  40. msgid "You can reset a user's password via the Ansible playbook:"
  41. msgstr ""
  42. #: ../../../docs/updating-users-passwords.md:15
  43. msgid ""
  44. "**You can then log in with that user** via Element Web that this playbook"
  45. " has created for you at a URL like this: `https://element.example.com/`."
  46. msgstr ""
  47. #: ../../../docs/updating-users-passwords.md:17
  48. msgid "Option 2 (if you are using an external Postgres server):"
  49. msgstr ""
  50. #: ../../../docs/updating-users-passwords.md:19
  51. msgid ""
  52. "You can manually generate the password hash by using the command-line "
  53. "after **SSH**-ing to your server (requires that [all services have been "
  54. "started](installing.md#finalize-the-installation):"
  55. msgstr ""
  56. #: ../../../docs/updating-users-passwords.md:25
  57. msgid "and then connecting to the postgres server and executing:"
  58. msgstr ""
  59. #: ../../../docs/updating-users-passwords.md:31
  60. msgid "where `<password-hash>` is the hash returned by the docker command above."
  61. msgstr ""
  62. #: ../../../docs/updating-users-passwords.md:33
  63. msgid "Option 3:"
  64. msgstr ""
  65. #: ../../../docs/updating-users-passwords.md:35
  66. msgid ""
  67. "Use the Synapse User Admin API as described here: https://github.com"
  68. "/element-hq/synapse/blob/master/docs/admin_api/user_admin_api.rst#reset-"
  69. "password"
  70. msgstr ""
  71. #: ../../../docs/updating-users-passwords.md:37
  72. msgid ""
  73. "This requires an [access token](obtaining-access-tokens.md) from a server"
  74. " admin account. *This method will also log the user out of all of their "
  75. "clients while the other options do not.*"
  76. msgstr ""
  77. #: ../../../docs/updating-users-passwords.md:39
  78. msgid ""
  79. "If you didn't make your account a server admin when you created it, you "
  80. "can learn how to switch it now by reading about it in [Adding/Removing "
  81. "Administrator privileges to an existing user in Synapse](registering-"
  82. "users.md#addingremoving-administrator-privileges-to-an-existing-user-in-"
  83. "synapse)."
  84. msgstr ""
  85. #: ../../../docs/updating-users-passwords.md:41
  86. msgid "Example:"
  87. msgstr ""
  88. #: ../../../docs/updating-users-passwords.md:43
  89. msgid ""
  90. "To set @alice:example.com's password to `correct_horse_battery_staple` "
  91. "you could use this curl command:"
  92. msgstr ""