Restricting registration
-
Hi,
did someone found out how to prevent registrations without invite?
I added the variable
NC_INVITE_ONLY_SIGNUP="true"
to the env file but it has no effect. I can still register with every mail adress and I can see every project.
Best,
Sven -
Hi,
did someone found out how to prevent registrations without invite?
I added the variable
NC_INVITE_ONLY_SIGNUP="true"
to the env file but it has no effect. I can still register with every mail adress and I can see every project.
Best,
Sven@manngobaum I tried
NC_INVITE_ONLY_SIGNUP=yes
with no result. -
@luckow @manngobaum Did you restart the app after making the changes? I will check this in the meantime. I think you have to
export NC_INVITE_ONLY_SIGNUP=yes
(i.e add the export)@girish Thank you - Works like a charm!
-
@girish Thank you - Works like a charm!
@manngobaum mmh. Does not work for me. I added
export NC_INVITE_ONLY_SIGNUP=yes
to the env file via the file manager and restarted the app. -
@manngobaum mmh. Does not work for me. I added
export NC_INVITE_ONLY_SIGNUP=yes
to the env file via the file manager and restarted the app.@luckow What behavior do you expect? The registration site won't be disabled with this command. Only registration is prevented followed by the following failure message
-
@luckow What behavior do you expect? The registration site won't be disabled with this command. Only registration is prevented followed by the following failure message
@manngobaum Expectation was: link not displayed
Top. Thank you.
-