-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Registration validation #3994
Comments
So if I understand it correctly you want users to register but restrict their access until you, as the admin, manually review and accept their request and only then they should be given full access. |
Yes, exactly. The scenario is I have a memos instance for family and friends, it's easy for them to use Gmail as an auth option, but random people can also register, that doesn't suite me. If I can review who gets in, it makes it great. |
yeah I never worked on anything like this before but I will try to look into it |
This seems like a sizable feature, regardless of if it gets built, if you arent expecting too many people to join you could turn on registration in the settings till your family/friends registered and then turn off registrations after. Or you can turn off registration and send out manually created logins |
but I noticed that the latest version removes the environment variable about public for whether to enable registration or not. |
1167df2 Command for public was deleted, So, How to enable or disable registration in the current version |
there is no system settting config on my google chrome, system os is debian and macos catalina, but firefox is working fine |
Only |
google chrome version is 129.0.6668.100 |
Unable to replicate. Do you have any browser extensions in chrome that would remove the content? Or perhaps some customer javascript in your |
thx, you are right,working fine on chrome's incognito mode |
In the SSO configuration, there is an https://github.com/usememos/memos/blob/main/server/router/api/v1/auth_service.go#L113 ![]() |
@johnnyjoygh this seems like one way to achieve what I want, not very user friendly, but it should work, thanks for the tip! |
I also host a memos site for family members and friends only. I have this workaround:
|
Describe the solution you'd like
It would be great if I could manually accept user registrations. When I have for example SSO turned on, anyone can register and use my memos deployment. I'd like to be able to accept who gets access and who doesn't.
Type of feature
User Experience (UX)
Additional context
No response
The text was updated successfully, but these errors were encountered: