You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be nice to have the possibility to register new accounts from within Riot. I would imagine something like this:
I open a room used just by me created on my home server.
I type /adduser alice (or /adduser @alice:myhomeserver.com) and @alice:myhomeserver.com is created with a pre generated password (which I could change with something like /passwd alice NewPassword?).
Would this be a useful feature or did I forget something why this is not good idea?
The text was updated successfully, but these errors were encountered:
…12825)
* Fix pinning event loading after restart
* Update deps
* Replace pinned event list
* Add a dialog to confirm to unpin all messages
* Use `EmptyState` when there is no pinned messages
* Rework `PinnedEventTile` tests
* Add comments and refactor `PinnedMessageCard`
* Rework `PinnedMessageCard` tests
* Add tests for `UnpinAllDialog`
* Add e2e tests for pinned messages
* Replace 3px custom gap by 4px gap
* Use string interpolation for `Pin` action.
* Update playright sceenshot for empty state
Hi,
it would be nice to have the possibility to register new accounts from within Riot. I would imagine something like this:
/adduser alice
(or/adduser @alice:myhomeserver.com
) and@alice:myhomeserver.com
is created with a pre generated password (which I could change with something like /passwd alice NewPassword?).Would this be a useful feature or did I forget something why this is not good idea?
The text was updated successfully, but these errors were encountered: