summary refs log tree commit diff
path: root/scripts/register_new_matrix_user (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move scripts directory inside synapse, exposing as setuptools entry_points ↵David Robertson2022-03-021-19/+0
| | | | | | | | | | | | (#12118) * Two scripts are basically entry_points already * Move and rename scripts/* to synapse/_scripts/*.py * Delete sync_room_to_group.pl * Expose entry points in setup.py * Update linter script and config * Fixup scripts & docs mentioning scripts that moved Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
| | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>`
* Remove obsolete __future__ imports (#8337)Jonathan de Jong2020-09-171-2/+0
|
* Port register_new_matrix_user to Python 3 and add tests (#4085)Amber Brown2018-10-261-202/+2
|
* Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase ↵Amber Brown2018-10-201-32/+44
| | | | on py3) (#4068)
* add --no-admin flag to registration script (#3836)Bruno Windels2018-09-281-4/+14
|
* Admin API for creating new users (#3415)Amber Brown2018-07-201-3/+29
|
* Add null separator to hmacErik Johnston2016-07-061-0/+2
|
* Add an admin option to shared secret registrationErik Johnston2016-07-051-3/+16
|
* Protect password when registering using shared secretErik Johnston2016-07-051-3/+8
|
* copyrightsMatthew Hodgson2016-01-071-1/+1
|
* Revert register_new_matrix_user to use v1 apiErik Johnston2015-05-221-2/+3
|
* Re-add scripts/register_new_matrix_userErik Johnston2015-05-061-0/+153