Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

112 lines
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: bg\n"
  17. "Language-Team: bg <LL@li.org>\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. "MIME-Version: 1.0\n"
  20. "Content-Type: text/plain; charset=utf-8\n"
  21. "Content-Transfer-Encoding: 8bit\n"
  22. "Generated-By: Babel 2.16.0\n"
  23. #: ../../../docs/updating-users-passwords.md:1
  24. msgid "Updating users passwords"
  25. msgstr ""
  26. #: ../../../docs/updating-users-passwords.md:3
  27. msgid "Option 1 (if you are using the integrated Postgres database):"
  28. msgstr ""
  29. #: ../../../docs/updating-users-passwords.md:5
  30. msgid "**Notes**:"
  31. msgstr ""
  32. #: ../../../docs/updating-users-passwords.md:6
  33. msgid "Make sure to adjust `USERNAME_HERE` and `PASSWORD_HERE`"
  34. msgstr ""
  35. #: ../../../docs/updating-users-passwords.md:7
  36. msgid ""
  37. "For `USERNAME_HERE`, use a plain username like `alice`, not a full ID "
  38. "(`@alice:example.com`)"
  39. msgstr ""
  40. #: ../../../docs/updating-users-passwords.md:9
  41. msgid "You can reset a user's password via the Ansible playbook:"
  42. msgstr ""
  43. #: ../../../docs/updating-users-passwords.md:15
  44. msgid ""
  45. "**You can then log in with that user** via Element Web that this playbook"
  46. " has created for you at a URL like this: `https://element.example.com/`."
  47. msgstr ""
  48. #: ../../../docs/updating-users-passwords.md:17
  49. msgid "Option 2 (if you are using an external Postgres server):"
  50. msgstr ""
  51. #: ../../../docs/updating-users-passwords.md:19
  52. msgid ""
  53. "You can manually generate the password hash by using the command-line "
  54. "after **SSH**-ing to your server (requires that [all services have been "
  55. "started](installing.md#finalize-the-installation):"
  56. msgstr ""
  57. #: ../../../docs/updating-users-passwords.md:25
  58. msgid "and then connecting to the postgres server and executing:"
  59. msgstr ""
  60. #: ../../../docs/updating-users-passwords.md:31
  61. msgid "where `<password-hash>` is the hash returned by the docker command above."
  62. msgstr ""
  63. #: ../../../docs/updating-users-passwords.md:33
  64. msgid "Option 3:"
  65. msgstr ""
  66. #: ../../../docs/updating-users-passwords.md:35
  67. msgid ""
  68. "Use the Synapse User Admin API as described here: https://github.com"
  69. "/element-hq/synapse/blob/master/docs/admin_api/user_admin_api.rst#reset-"
  70. "password"
  71. msgstr ""
  72. #: ../../../docs/updating-users-passwords.md:37
  73. msgid ""
  74. "This requires an [access token](obtaining-access-tokens.md) from a server"
  75. " admin account. *This method will also log the user out of all of their "
  76. "clients while the other options do not.*"
  77. msgstr ""
  78. #: ../../../docs/updating-users-passwords.md:39
  79. msgid ""
  80. "If you didn't make your account a server admin when you created it, you "
  81. "can learn how to switch it now by reading about it in [Adding/Removing "
  82. "Administrator privileges to an existing user in Synapse](registering-"
  83. "users.md#addingremoving-administrator-privileges-to-an-existing-user-in-"
  84. "synapse)."
  85. msgstr ""
  86. #: ../../../docs/updating-users-passwords.md:41
  87. msgid "Example:"
  88. msgstr ""
  89. #: ../../../docs/updating-users-passwords.md:43
  90. msgid ""
  91. "To set @alice:example.com's password to `correct_horse_battery_staple` "
  92. "you could use this curl command:"
  93. msgstr ""