10000 Delete console users by shimonewman · Pull Request #7425 · appwrite/appwrite · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Delete console users #7425

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 6 commits into from
Closed

Delete console users #7425

wants to merge 6 commits into from

Conversation

shimonewman
Copy link
Contributor

No description provided.

Comment on lines 24 to 25
->inject('dbForConsole')
->inject('queueForDeletes')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should have a parameter for a --dry-run ( be default it needs to be true )

and have a confirmation where we have to type "YES" to proceed

@@ -0,0 +1,3 @@
#!/bin/sh

php /usr/src/code/app/cli.php patch-delete-console-users $@
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's move these scripts to the cloud repository

Comment on lines 47 to 49
->addAction(PatchDeleteConsoleUsers::getName(), new PatchDeleteConsoleUsers())
->addAction(GetMigrationStats::getName(), new GetMigrationStats())

->addAction(PatchDeleteConsoleUsers::getName(), new PatchDeleteConsoleUsers())
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This Task is added twice

@eldadfux eldadfux added the product / auth Fixes and upgrades for the Appwrite Auth / Users / Teams services. label Feb 18, 2024
@shimonewman
Copy link
Contributor Author

The API part was already merged by Thorsten

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product / auth Fixes and upgrades for the Appwrite Auth / Users / Teams services.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0