-
Notifications
You must be signed in to change notification settings - Fork 472
Is it possible to restrict account creation? #283
Comments
I am running the Portus app inside a Local Network, so that is not a problem right now for me. But I am thinking of deploying Portus in our Cloud servers, and I will need to set up a VPN access only to the server in order to circumvent that problem. |
I think a request-approval process is as good as an admin-creation process. Either works. |
Hi @deitch and @vitorarins , this is some of a duplicate of the issue #179. As I said there, I'd like to bring LDAP support first before doing anything on this regard. Therefore, after LDAP support is implemented, I will take a look at this. |
Hi @mssola , sorry I missed that issue before commenting on this one. In my particular case I wouldn't use LDAP here in the company, but surely is a great feature to have. Thank you for the great app BTW. |
When enabled (default behavior), then any user can access to the signup page. Otherwise, users are not able to enter the signup form. This is ignored in LDAP mode. Note that I've also added the `verify` configurable value. This is supposed to be implemented in the near future, as described in the related issues. See issues SUSE#179 and SUSE#283 Signed-off-by: Miquel Sabaté Solà <[email protected]>
See issues SUSE#179 and SUSE#283 Signed-off-by: Miquel Sabaté Solà <[email protected]>
The verification process has been discarded See SUSE#179 and SUSE#283. Signed-off-by: Miquel Sabaté Solà <[email protected]>
Fixed, see the issue #179. |
Is it possible to restrict account creation, so that not everyone can set up an account? As I understand it now, anyone who can access the Portus web UI can set up their own account and then push/pull images. Is it possible to prevent that?
The text was updated successfully, but these errors were encountered: