Matrix Docker Ansible eploy
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

95 satır
3.5 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: 2025-01-27 09:54+0200\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 "For `USERNAME_HERE`, use a plain username like `alice`, not a full ID (`@alice:example.com`)"
  37. msgstr ""
  38. #: ../../../docs/updating-users-passwords.md:9
  39. msgid "You can reset a user's password via the Ansible playbook:"
  40. msgstr ""
  41. #: ../../../docs/updating-users-passwords.md:15
  42. msgid "**You can then log in with that user** via Element Web that this playbook has created for you at a URL like this: `https://element.example.com/`."
  43. msgstr ""
  44. #: ../../../docs/updating-users-passwords.md:17
  45. msgid "Option 2 (if you are using an external Postgres server):"
  46. msgstr ""
  47. #: ../../../docs/updating-users-passwords.md:19
  48. msgid "You can manually generate the password hash by using the command-line after **SSH**-ing to your server (requires that [all services have been started](installing.md#finalize-the-installation):"
  49. msgstr ""
  50. #: ../../../docs/updating-users-passwords.md:25
  51. msgid "and then connecting to the postgres server and executing:"
  52. msgstr ""
  53. #: ../../../docs/updating-users-passwords.md:31
  54. msgid "where `<password-hash>` is the hash returned by the docker command above."
  55. msgstr ""
  56. #: ../../../docs/updating-users-passwords.md:33
  57. msgid "Option 3:"
  58. msgstr ""
  59. #: ../../../docs/updating-users-passwords.md:35
  60. msgid "Use the Synapse User Admin API as described here: https://github.com/element-hq/synapse/blob/master/docs/admin_api/user_admin_api.rst#reset-password"
  61. msgstr ""
  62. #: ../../../docs/updating-users-passwords.md:37
  63. msgid "This requires an [access token](obtaining-access-tokens.md) from a server admin account. *This method will also log the user out of all of their clients while the other options do not.*"
  64. msgstr ""
  65. #: ../../../docs/updating-users-passwords.md:39
  66. msgid "If you didn't make your account a server admin when you created it, you can learn how to switch it now by reading about it in [Adding/Removing Administrator privileges to an existing user in Synapse](registering-users.md#addingremoving-administrator-privileges-to-an-existing-user-in-synapse)."
  67. msgstr ""
  68. #: ../../../docs/updating-users-passwords.md:41
  69. msgid "Example:"
  70. msgstr ""
  71. #: ../../../docs/updating-users-passwords.md:43
  72. msgid "To set @alice:example.com's password to `correct_horse_battery_staple` you could use this curl command:"
  73. msgstr ""
  74. #: ../../../docs/updating-users-passwords.md:49
  75. msgid "Make sure to replace `ACCESS_TOKEN_HERE` with the access token of the server admin account."
  76. msgstr ""