knock-knock
knock-knock copied to clipboard
Multiple passwords
I have the situation that the Client would like to have multiple passwords for various users/usergroups in his company to be able to revoke access without alter the access of other users.
AFAIK this is not possible with the current state. A quick solution could be to split the password with a separator (which is really hacky in my opinion) Otherwise I would try to make it extandable, array like. Don't know how it works but I would try to achieve it and create a pull request if its ok.
If its about revoking access to the CP (or site) could this not be done with the built-in permissions? I suppose you want to challenge users who have had revoked access with a password to access?
There aren't plans to make multiple passwords at this stage, and certainly not for specific user groups, but I'll put in on the roadmap.
No, I think I didn't explained it good enough. Currently you can only set one global password for the login. I would need a possibility to add multiple passwords.
Josh Crawford [email protected] schrieb am Do., 9. Jan. 2020, 12:21:
If its about revoking access to the CP (or site) could this not be done with the built-in permissions? I suppose you want to challenge users who have had revoked access with a password to access?
There aren't plans to make multiple passwords at this stage, and certainly not for specific user groups, but I'll put in on the roadmap.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/verbb/knock-knock/issues/14?email_source=notifications&email_token=AAKZGW4T4JMWWHZ4VPZXUR3Q44CEPA5CNFSM4KEWU7IKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIP64GI#issuecomment-572517913, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKZGW2BXQV6CQJ7CJBVYU3Q44CEPANCNFSM4KEWU7IA .
Sure, just thinking through the implementations. So, clients would be able to enter any of the passwords and be allowed in?
Yes
Josh Crawford [email protected] schrieb am Do., 9. Jan. 2020, 12:50:
Sure, just thinking through the implementations. So, clients would be able to enter any of the passwords and be allowed in?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/verbb/knock-knock/issues/14?email_source=notifications&email_token=AAKZGW7E3RFMGK5W6RL53DDQ44FQBA5CNFSM4KEWU7IKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIQBIEQ#issuecomment-572527634, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKZGW3IK4OKSSW46AGDYX3Q44FQBANCNFSM4KEWU7IA .
This would be a useful feature. Use-case is password protecting internal landing pages for companies. In these situations the password is usually a casual phrase that can be easily shared with people.
They've had a number of issues with case sensitivity and the password where users are given the password but enter a variation. Multiple passwords would be useful to cover a number of variations of the password.