-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an option to only prevent auth if ip fails whitelist #5
Comments
Thanks for the feedback! Nice option to be added and I personally like it. However, we are in hard work nowadays. If you need that in the short time, please, consider making a PR. Otherwise, we will evaluate this in the middle term. Thanks a lot! Jordi |
Awesome! Yes we will try and get a PR together, it's a little bit down our list too. We originally tried to get this into core but it was knocked back: |
dmitriim
added a commit
to catalyst/moodle-auth_ip
that referenced
this issue
Jul 13, 2016
… ip fails whitelist.
dmitriim
added a commit
to catalyst/moodle-auth_ip
that referenced
this issue
Jul 14, 2016
… ip fails whitelist.
dmitriim
added a commit
to catalyst/moodle-auth_ip
that referenced
this issue
Jul 14, 2016
… ip fails whitelist.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ie the use case if that we don't want to actually authenticate via this plugin, but via some other existing plugin like ldap or saml which don't have an internal password. So we'd configure this plugin to be earlier in the plugin priority list, and then have a new config checkbox something like 'Don't authenticate, just prevent login unless in ip whitelist'
The text was updated successfully, but these errors were encountered: