Skip to content
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

Allow Registration from "admin" users #141

Open
SebastianGode opened this issue Feb 23, 2024 · 2 comments
Open

Allow Registration from "admin" users #141

SebastianGode opened this issue Feb 23, 2024 · 2 comments

Comments

@SebastianGode
Copy link
Contributor

Right now you can only disable new registrations for a running mCaptcha instance.

However to add a user while the instance is running you would need to shut the instance down, change the enironment variable, start it again, then add a user, afterwards shut it down again and change the environment variable back.

It would be way nice if an admin user could add a new user directly from the dashboard even if the public registration is closed.

@realaravinth
Copy link
Member

I see your point. I'm planning for a CLI and an API to perform admin actions, will that work for you? I don't have the bandwidth to create new web UIs for admin actions 😅

@SebastianGode
Copy link
Contributor Author

No worries, CLI or API is enough :)
As long as they have proper authentication in place that's fine.

If I have time I might add an UI, but that's not on my roadmap yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants