jackhammer icon indicating copy to clipboard operation
jackhammer copied to clipboard

Register function

Open NitescuLucian opened this issue 7 years ago • 9 comments

How can I disable the register function?

NitescuLucian avatar May 11 '17 21:05 NitescuLucian

Are you running on single user mode or corporate mode ?

kmadhusudhan avatar May 12 '17 09:05 kmadhusudhan

Corporate Mode and I don't want only one user and also I don't want to allow anyone to register and have access to confidential data.

NitescuLucian avatar May 12 '17 10:05 NitescuLucian

@KMadhuSudhan I am fine even with hardcoded solutions :)

NitescuLucian avatar May 12 '17 10:05 NitescuLucian

@NitescuLucian Well jackhammer was built with the idea of collaboration. We take that as a feature request though very straight forward fix could be made available. No timelines commitment.

shadsidd avatar May 12 '17 10:05 shadsidd

@shadsidd well.. You see I am ok woth shareing and everything.. But i give you the case: I have a company, I have found vulnerabilities on my assets, and I don't want to make them available and with explotation information to everyone ho has access to the platform :).. Ok then I will post a quick and brutal fix and then maybe I can help develop a more approval based registration :)

NitescuLucian avatar May 12 '17 11:05 NitescuLucian

@NitescuLucian use Nginx to block the registration/signup page. Pretty hacky solution but works. :) You can make the Nginx service and configuration part of the docker-compose.yml.

sidheshenator avatar May 17 '17 23:05 sidheshenator

@sidheshenator Can you teach me how?

NitescuLucian avatar May 18 '17 13:05 NitescuLucian

@NitescuLucian I would recommend you read this article - https://www.cyberciti.biz/faq/nginx-block-url-access-all-except-one-ip-address/ This will help you block the /signup page. AFA, making it part of the docker-compose.yml is concerned, I'll try to implement it on my fork :)

sidheshenator avatar May 18 '17 18:05 sidheshenator

@sidheshenator ok I will also try on a fork! If yo manage in time please refer the commit :)

NitescuLucian avatar May 19 '17 07:05 NitescuLucian