This module allows you to secure your server. This can be used as a server gatekeeper but you can do with it anything your imagination can come up with.
The configuration is super simple:
1
security:
2
ignored_users:[]
3
access:
4
-password:'Password 1'
5
roles:
6
-'Role ID 1'
7
-'Role ID 2'
8
-password:'Password 2'
9
roles:
10
-'Role ID 3'
Copied!
Ignored Users: list of users that can't use this module.
Access: list of passwords and roles. You can add as many as you want. This is the structure:
Password: the secret code users have to introduce using the password command.
Roles: list of roles that will be added if the user has the right code.